discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Value of noutput_items


From: rear1019
Subject: Re: [Discuss-gnuradio] Value of noutput_items
Date: Tue, 28 Nov 2017 20:31:07 +0100

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]