discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Dynamically changing input index of Selector bloc


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Dynamically changing input index of Selector block.
Date: Sat, 31 May 2014 11:37:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Problem being is that as soon as the head block signals "done", the flowgraph might come to a halt, effectively breaking the skip head subgraph;
how many samples are still produced after head is done depends on timing and buffer size...
I think that's why Mike recommended the "M in N", so you only have one runtime-limiting block in your flowgraph.

Greetings,
Marcus

On 31.05.2014 05:31, Activecat wrote:
On Fri, May 30, 2014 at 10:20 PM, Mike Jameson <address@hidden>
wrote:

FYI, the head block "copies the first N items to the output then signals
done":
http://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1head.html

Instead of using the "Head" block, the "Keep M in N" block should do the
trick.

You know your requirements well, let's pick whichever suits you best.



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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