On Tue, 28 Nov 2017 at 19:09:19 +0100, Alice Lo Valvo wrote: > d_i: 1 > /* noutput_items */512 > d_i: 2 > /* noutput_items */511 > d_i: 3 > /* noutput_items */48 > d_i: 4 > /* noutput_items */48 > .... > > Why? Any ideas?
This behaviour is not a bug. The value of “noutput_items” depends on several factors and is determined by GNU Radio’s scheduler. If you want “noutput_items” to be always a multiple of 48, call the function “set_output_multiple(48)” in your block’s constructor. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio