discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Time controlling block


From: Wayne Roberts
Subject: Re: [Discuss-gnuradio] Time controlling block
Date: Mon, 2 Dec 2013 10:45:21 -0800

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 <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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