discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] parameters of benchmark_ofdm_tx.py?


From: James Park
Subject: [Discuss-gnuradio] parameters of benchmark_ofdm_tx.py?
Date: Wed, 30 Jul 2008 15:51:24 -0400

Hi,
 
are there any parameter that I can modify benchmark_ofdm_tx.py for number of subchannels, or amplitude of each subchannels?
Also, I want to save the data with benchmark_ofdm_tx.py and benchmark_ofdm_rx.py adding
 
self.connect(self.txpath, gr.file_sink (gr.sizeof_gr_complex, "data.dat"))
 
self.connect(self.rxpath, gr.file_sink (gr.sizeof_gr_complex, "data.dat"))
 
does it make sense?
I don't know why but I have error in ofdm_rx.py.
Thank you for your help.
 
James, 

reply via email to

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