Marcus, I think wayne is referring to the gnuradio scheduler presentation of Tom Rondeau in his blog. The link is
http://gnuradio.squarespace.com/blog/2013/9/15/explaining-the-gnu-radio-scheduler.html On Tue, Dec 3, 2013 at 12:44 PM, Marcus Müller <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > This is redundant. The block base class has methods > nitems_read() and nitems_written() that do exactly what you want. > > However: I'm totally interested in this presentation on the current > scheduler; URL? > > Greetings, > Marcus > > On 02.12.2013 19:45, Wayne Roberts wrote: > > 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 <[email protected]> > > 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 [email protected] > >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > >> > >> > > > > > > > > _______________________________________________ Discuss-gnuradio > > mailing list [email protected] > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.15 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iQEcBAEBAgAGBQJSnYTwAAoJEAFxB7BbsDrLjH8H/1b7Ocr4McViRZUThAb0Q0b5 > yFlbSJe+5fKbbwJXptLq8/UZSOIVVHeekd3937RKHpHOmxkXY2FTZr8TQmadM/w0 > L5wYSflm4VxA3F6OkAOAUpZDNX7KTL7uRDGRS0X7EqiVyjai3BCakwiYEDZTNrQB > n/cLUgum0qt0eDCSIF4OiPYc4nDHiQJd+iswR3Le476/qJA5Is/08I84muSDCCnM > pDtHvwaDuV87fYuZGmxHuBDyknNAJAnhWcatUh8B1SIquWBieezhMkNQAGOLKWRV > 7y+cCVyXWPMchkN73vUWcuKPIis4U2kMkXF9f3q8cV3I83RqWizg1aA/lEpBBqI= > =B3bM > -----END PGP SIGNATURE----- > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > -- Regards Karan Talasila
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
