[Discuss-gnuradio] Extreme Soft Radio

2009-06-20 Thread L. Van Warren
See: http://tinyurl.com/loy7u7 Van / AE5CC / wdv.com ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

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

2009-06-20 Thread Tom Rondeau
Jason Uher wrote: 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 cod

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

2009-06-20 Thread Jason Uher
> 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 > bench

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

2009-06-20 Thread ali siddiqi
On Sat, Jun 20, 2009 at 2:42 PM, ali siddiqi wrote: > > > On Thu, Jun 18, 2009 at 6:29 PM, Tom Rondeau wrote: > >> >> The first thing that comes to mind is to use threads and a join with a >> timeout or a condition with a wait or a timer object. >> See: http://docs.python.org/library/threading.ht

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

2009-06-20 Thread ali siddiqi
On Thu, Jun 18, 2009 at 6:29 PM, Tom Rondeau wrote: > > The first thing that comes to mind is to use threads and a join with a > timeout or a condition with a wait or a timer object. > See: http://docs.python.org/library/threading.html > > You would implement this in benchmark_rx.py. > > Tom > B