Output usrp_fft.py into a file

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


This message was sent on behalf of [email protected] at
openSubscriber.com
http://www.opensubscriber.com/messages/[email protected]/topic.html

On Tue, Oct 23, 2007 at 02:53:44PM -0400, [email protected] 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