discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] 4-to-32 bit symbol mapper block


From: Christopher Friedt
Subject: Re: [Discuss-gnuradio] 4-to-32 bit symbol mapper block
Date: Sat, 3 Jan 2015 13:47:16 -0500

On Sat, Jan 3, 2015 at 1:38 PM, Marcus Müller <address@hidden> wrote:
> as you noted, this block has a fixed relation between in- and output;
> thus, you can use the sync_interpolator [1] to get rid of the need to
> write your own forecast and calling consume; you'll need to override
> work instead of general_work, which is more comfortable. With the
> set_output_multiple[2] you can restrict the possible values of
> n_output_items, which are directly proportional to your input items.

Perfect - thanks!



reply via email to

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