discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] extend benchmark_ofdm_tx.py with file_sink?


From: James Park
Subject: [Discuss-gnuradio] extend benchmark_ofdm_tx.py with file_sink?
Date: Fri, 25 Jul 2008 16:09:13 -0400

Hi,
 
Can anybody tell me how to save transmit data from benchmark_ofdm_tx.py using file_sink?
I added
 self.file_sink = gr.file_sink(gr.sizeof_gr_complex,"filename.dat") and
 self.connect(self.txpath, self.file_sink)
but using matlab, it does not look right.
Thank you.
 
James,
 

reply via email to

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