discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Sinks that consume variable rates on each input


From: Kyle Jamieson
Subject: [Discuss-gnuradio] Sinks that consume variable rates on each input
Date: Wed, 20 Sep 2006 18:21:02 -0400

"How to write a signal processing block" suggests subclassing from
gr_sync_block for the case of a sink.  However, gr_sync_block's work
function arranges to call consume_each for the user, consuming the
same number of elements on all inputs.  What if my sink doesn't
consume at the same rate on each input?  Presumably what I'd want to
do is inherit directly from gr_block and call consume directly?

Thanks,
Kyle




reply via email to

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