discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Changing frequency dynamically in benchmark_rx.p


From: Jason Uher
Subject: Re: [Discuss-gnuradio] Changing frequency dynamically in benchmark_rx.py
Date: Sat, 20 Jun 2009 10:18:28 -0500

> 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




reply via email to

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