Updated to reflect newer UHD interface (multi-USRP)
This commit is contained in:
parent
6f62364051
commit
3341a62511
@ -54,7 +54,7 @@ class adsb_rx_block (gr.top_block):
|
|||||||
self.args = args
|
self.args = args
|
||||||
|
|
||||||
if options.filename is None:
|
if options.filename is None:
|
||||||
self.u = uhd.single_usrp_source("", uhd.io_type_t.COMPLEX_FLOAT32)
|
self.u = uhd.single_usrp_source("", uhd.io_type_t.COMPLEX_FLOAT32, 1)
|
||||||
|
|
||||||
if(options.rx_subdev_spec is None):
|
if(options.rx_subdev_spec is None):
|
||||||
options.rx_subdev_spec = ""
|
options.rx_subdev_spec = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user