Understanding decimator block


Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On Mon, Aug 3, 2015 at 9:09 AM, [email protected] wrote:

alphonso

The best thing to do is put debug points or print out information about
your block’s work function. See what you values of noutput_items, i, and
k
are through the loop, and see where it crashes on you. Generally, these
problems comes from a mishandling of the buffer boundary conditions.

Tom