Hi Martin
1) With this big vectors the code is very easy to read, because the
standard has the same blocksizes.
2) Yes, a streamconvertion is a possible solution.
I also think about dummy data vectors to get a lower forecast value. Is
this a good idea?
Thanks Michael
On Mon, Jun 06, 2011 at 09:33:52AM +0200, Michael Höin wrote:
> Hi all
>
> I have a problem with a big vector. The input/output of my entity is
> like:
> : gr_block ("sub_channel_vff",
> gr_make_io_signature2 (2, 2, sizeof (float)*3072, sizeof
> (char)),
> gr_make_io_sign
Hi all
I have a problem with a big vector. The input/output of my entity is
like:
: gr_block ("sub_channel_vff",
gr_make_io_signature2 (2, 2, sizeof (float)*3072, sizeof
(char)),
gr_make_io_signature2 (1, 2, sizeof (float)*5376))
And my forecast is like:
ninput_items_req