discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] output usrp_fft.py into a file


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] output usrp_fft.py into a file
Date: Tue, 23 Oct 2007 12:25:38 -0700
User-agent: Mutt/1.5.9i

On Tue, Oct 23, 2007 at 02:53:44PM -0400, address@hidden wrote:
> I am new to the GNU Radio and Python and need help with outputting the 
> usrp_fft.py output into a file or a variable at a particular rate. How can I 
> do that?
> 
> Thank you in advance. Omer

You will need to create a modified version of
gr-wxgui/src/python/fftsink2.py that logs the information that you
want to a file.  Use gr.file_sink to write the binary data to a file.

Eric




reply via email to

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