> would like to know where is this happening in the code? tb.wait() is called,
> but i don't see the code in wait() function which actually senses if a
> transmission is being carried out on the specified frequence or not? Can
> someone please help me locate the transmission sensing code in
> benchmark_rx.py?

tb.wait() only allows the previously defined flowgraphs to do their
work.  You need to look in the tx_path and rx_paths that are built
before tb.wait() is called

Jason


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

Reply via email to