summaryrefslogtreecommitdiff
path: root/gr-digital/examples/narrowband/benchmark_rx.py
diff options
context:
space:
mode:
authorTom Rondeau2011-10-21 19:04:06 -0400
committerTom Rondeau2011-10-21 19:04:06 -0400
commitf896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a (patch)
treec3db006163e13547b2b75ed45bc4f7d9630e55ab /gr-digital/examples/narrowband/benchmark_rx.py
parent3e7ca8bfb95658dd9204e1d859e572b82e3b80d4 (diff)
downloadgnuradio-f896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a.tar.gz
gnuradio-f896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a.tar.bz2
gnuradio-f896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a.zip
digital: added subdevspec option to digital UHD examples.
Diffstat (limited to 'gr-digital/examples/narrowband/benchmark_rx.py')
-rwxr-xr-xgr-digital/examples/narrowband/benchmark_rx.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-digital/examples/narrowband/benchmark_rx.py b/gr-digital/examples/narrowband/benchmark_rx.py
index 32c3222ae..1962fdc4b 100755
--- a/gr-digital/examples/narrowband/benchmark_rx.py
+++ b/gr-digital/examples/narrowband/benchmark_rx.py
@@ -51,7 +51,8 @@ class my_top_block(gr.top_block):
self.source = uhd_receiver(options.args, symbol_rate,
options.samples_per_symbol,
options.rx_freq, options.rx_gain,
- options.antenna, options.verbose)
+ options.spec, options.antenna,
+ options.verbose)
options.samples_per_symbol = self.source._sps
elif(options.from_file is not None):