summaryrefslogtreecommitdiff
path: root/gnuradio-examples
diff options
context:
space:
mode:
authormatt2008-06-24 19:41:34 +0000
committermatt2008-06-24 19:41:34 +0000
commitab6cf111c1d00b22d9016524b31cfcc6b09ffdc7 (patch)
tree93af45e8d437b63a896e57c69185dab57575e270 /gnuradio-examples
parentdd59e08dabdbd31cd968c5413cbbd7bf6990de77 (diff)
downloadgnuradio-ab6cf111c1d00b22d9016524b31cfcc6b09ffdc7.tar.gz
gnuradio-ab6cf111c1d00b22d9016524b31cfcc6b09ffdc7.tar.bz2
gnuradio-ab6cf111c1d00b22d9016524b31cfcc6b09ffdc7.zip
match the actual filename used
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8688 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples')
-rwxr-xr-xgnuradio-examples/python/ofdm/gr_plot_ofdm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/ofdm/gr_plot_ofdm.py b/gnuradio-examples/python/ofdm/gr_plot_ofdm.py
index 0bca41037..e3b347189 100755
--- a/gnuradio-examples/python/ofdm/gr_plot_ofdm.py
+++ b/gnuradio-examples/python/ofdm/gr_plot_ofdm.py
@@ -35,7 +35,7 @@ class draw_constellation:
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")