discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] multiple asynchronous channels in parallel


From: alyafawi
Subject: Re: [Discuss-gnuradio] multiple asynchronous channels in parallel
Date: Tue, 17 Sep 2013 08:08:24 -0700 (PDT)

Yes, I am using my own module that searches for messages. The flow graph
structure contains usrp source -> LPF -> my own module.

I am controlling them using nitems_items_required[0] = noutput_items *
(message length)
and I call consume_each after each round with the proper number of processed
samples.

The single channel version of the code is quite stable. Now, I just capture
a wider band, and canalize using the filter offset.

empty channels will consume samples faster than channels containing
messages, so the scheduler is handling the read/write pointers to avoid
writing on memory requested by other branches?



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/multiple-asynchronous-channels-in-parallel-tp43656p43678.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

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