I am not sure it can work or not: Set the in/out ratio while setting the output multiple, then you can control the output items number by setting the required input items in the forecast() of your block.
On Fri, Nov 30, 2012 at 5:51 PM, Zing Yu <[email protected]> wrote: > Hi All, > > As usual, I have a simple question for you guys. I have a custom block for > which I specify set_output_multiple(N) in the constructor. Then, for each > call to its work(), I print the parameter noutput_items. As expected, > noutput_items = N most of the times, but occasionally it comes out as 2N. > My concern is that I always want noutput_items = N. I know noutput_items > are assigned by the scheduler and I have a some control over it by means of > set_output_multiple but I want to have more/full control on it. Is that > possible? Any suggestions? > > Thanks. > Yu. > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > -- Alex, *Dreams can come true – just believe.*
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
