summaryrefslogtreecommitdiff
path: root/gr-digital/examples/ofdm/benchmark_add_channel.py
diff options
context:
space:
mode:
authorJohnathan Corgan2012-11-02 09:43:58 -0700
committerJohnathan Corgan2012-11-02 09:43:58 -0700
commit747b6702a112ccb4644904e1c965221c2de157f8 (patch)
treeecc55f514c7cf1a55c0f1677f847bf30b20854fd /gr-digital/examples/ofdm/benchmark_add_channel.py
parent58ebe83ee38e45a80ace777a070d2c1fa1ab1df8 (diff)
parentc5436ca8ddab5fa77a585c8f00743bb85a93c59a (diff)
downloadgnuradio-747b6702a112ccb4644904e1c965221c2de157f8.tar.gz
gnuradio-747b6702a112ccb4644904e1c965221c2de157f8.tar.bz2
gnuradio-747b6702a112ccb4644904e1c965221c2de157f8.zip
Merge branch 'maint'
Diffstat (limited to 'gr-digital/examples/ofdm/benchmark_add_channel.py')
-rwxr-xr-xgr-digital/examples/ofdm/benchmark_add_channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/examples/ofdm/benchmark_add_channel.py b/gr-digital/examples/ofdm/benchmark_add_channel.py
index 01776d209..cbdd990f4 100755
--- a/gr-digital/examples/ofdm/benchmark_add_channel.py
+++ b/gr-digital/examples/ofdm/benchmark_add_channel.py
@@ -46,7 +46,7 @@ class my_top_block(gr.top_block):
self.src = gr.file_source(gr.sizeof_gr_complex, ifile)
#self.throttle = gr.throttle(gr.sizeof_gr_complex, options.sample_rate)
self.channel = gr.channel_model(noise_voltage, frequency_offset,
- time_offset, noise_seed=random.randint(0,100000))
+ time_offset, noise_seed=-random.randint(0,100000))
self.phase = gr.multiply_const_cc(complex(math.cos(phase_offset),
math.sin(phase_offset)))
self.snk = gr.file_sink(gr.sizeof_gr_complex, ofile)