commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8688 - gnuradio/trunk/gnuradio-examples/python/ofdm


From: matt
Subject: [Commit-gnuradio] r8688 - gnuradio/trunk/gnuradio-examples/python/ofdm
Date: Tue, 24 Jun 2008 13:41:35 -0600 (MDT)

Author: matt
Date: 2008-06-24 13:41:34 -0600 (Tue, 24 Jun 2008)
New Revision: 8688

Modified:
   gnuradio/trunk/gnuradio-examples/python/ofdm/gr_plot_ofdm.py
Log:
match the actual filename used


Modified: gnuradio/trunk/gnuradio-examples/python/ofdm/gr_plot_ofdm.py
===================================================================
--- gnuradio/trunk/gnuradio-examples/python/ofdm/gr_plot_ofdm.py        
2008-06-24 19:40:47 UTC (rev 8687)
+++ gnuradio/trunk/gnuradio-examples/python/ofdm/gr_plot_ofdm.py        
2008-06-24 19:41:34 UTC (rev 8688)
@@ -35,7 +35,7 @@
     def __init__(self, options):
         derot_file = "ofdm_frame_sink_c.dat"
         acq_file = "ofdm_frame_acq_c.dat"
-        fft_file = "fft_out_c.dat"
+        fft_file = "ofdm_receiver-fft_out_c.dat"
 
         self.h_derot_file = open(derot_file, "r")
         self.h_acq_file = open(acq_file, "r")





reply via email to

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