Monday, December 2, 2013

Re: [Discuss-gnuradio] Time controlling block

you could keep a class variable which is added to every time work() is called, adding to it each time the value of noutput_items or input_items.size().

Its also useful to know the scheduler, because it feeds work() an arbitrary number of samples each time.
There is a presentation on gnuradio scheduler.


On Mon, Dec 2, 2013 at 1:07 AM, Sandhya G <sandhya4343@gmail.com> wrote:
Hi,
    Today i got a idea about implementing three different modulations on single message signal. But i want the modulations to happen after certain time has searched (can say exactly like counter). which is the block in GNU Radio that i can use has a counter.


Thanks and regards,
Sandhya

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


No comments:

Post a Comment