discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] FFT Plot and Benchmark


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] FFT Plot and Benchmark
Date: Thu, 9 Jul 2009 09:29:25 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Thu, Jul 09, 2009 at 01:44:36PM +0600, ali siddiqi wrote:
> Hi all,
> 
> I have edited benchmark_tx.py to shift between 3 different frequencies,
> depending upon which one is free after sensing the apectrum. i have made a
> separate program which senses the spectrum and it is called in benchmark_tx.
> 
> Thus the system switches between transmit (benchmark_tx) and receive
> (sensing) mode on a regular basis.
> 
> This works fine.
> 
> The problem arises when i want to show on the situation of the spectrum on a
> FFT Plot. I ran the GRC flowgraph (USRP Source-->FFT Sink) in parallel with
> the above mentioned programs. But it doesnt work.
> 
> Can someone help me in finding out how to add FFT Plot in the above
> programs.

If you look at gr-wxgui/src/python/fftsink_gl.py or fftsink_nongl.py
you'll see that there is a complete standalone example at the bottom.

You basically just instantiate a fft_sink_c or _f.

Eric




reply via email to

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