summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python
diff options
context:
space:
mode:
authorJosh Blum2011-11-07 20:04:06 -0800
committerJosh Blum2011-11-07 20:04:06 -0800
commitd4f209dcfef230e504179a9916c8167fa8d165f4 (patch)
treedf56fe437eaf43de82e5859e97df6dabf02bf8ff /gnuradio-examples/python
parent24d572bc56f265f99b1994cd031df6bd15607ff3 (diff)
parent24da5f495ca629113ea17f14e764af26a2285e73 (diff)
downloadgnuradio-d4f209dcfef230e504179a9916c8167fa8d165f4.tar.gz
gnuradio-d4f209dcfef230e504179a9916c8167fa8d165f4.tar.bz2
gnuradio-d4f209dcfef230e504179a9916c8167fa8d165f4.zip
Merge remote-tracking branch 'jblum/uhd_next'
Diffstat (limited to 'gnuradio-examples/python')
-rwxr-xr-xgnuradio-examples/python/tags/uhd_burst_detector.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnuradio-examples/python/tags/uhd_burst_detector.py b/gnuradio-examples/python/tags/uhd_burst_detector.py
index ffa419562..7411ab06e 100755
--- a/gnuradio-examples/python/tags/uhd_burst_detector.py
+++ b/gnuradio-examples/python/tags/uhd_burst_detector.py
@@ -42,9 +42,7 @@ class uhd_burst_detector(gr.top_block):
self.uhd_src = uhd.single_usrp_source(
device_addr=self.uhd_addr,
- io_type=uhd.io_type_t.COMPLEX_FLOAT32,
- num_channels=1,
- )
+ stream_args=uhd.stream_args('fc32'))
self.uhd_src.set_samp_rate(self.samp_rate)
self.uhd_src.set_center_freq(self.freq, 0)