diff options
Diffstat (limited to 'gnuradio-examples/python/ofdm/gr_plot_ofdm.py')
-rwxr-xr-x | gnuradio-examples/python/ofdm/gr_plot_ofdm.py | 2 |
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 0bca41037c..e3b347189d 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") |