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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio