
Public Member Functions | |
| def | __init__ |
| def | set_interp_rate |
A dual usrp sink of IO type short or complex.
Definition at line 342 of file simple_usrp.py.
| def grc_gnuradio.usrp.simple_usrp._dual_sink.__init__ | ( | self, | ||
| number, | ||||
| frequency_a, | ||||
| frequency_b, | ||||
| interpolation, | ||||
| gain_a, | ||||
| gain_b, | ||||
mux = 0xba98, |
||||
auto_tr = None, |
||||
tx_enb_a = None, |
||||
tx_enb_b = None | ||||
| ) |
USRP dual sink contructor.
| number | the unit number | |
| subdev_spec | the sub-device specification tuple | |
| frequency | the frequency to tune | |
| interpolation | the device interpolation | |
| gain | the gain to set | |
| mux | the mux in hex or None | |
| auto_tr | auto transmit/receive True, False, or None | |
| tx_enb | the transmit enable: True, False, or None |
Definition at line 345 of file simple_usrp.py.
| def grc_gnuradio.usrp.simple_usrp._dual_sink.set_interp_rate | ( | self, | ||
| interp | ||||
| ) |
Definition at line 375 of file simple_usrp.py.
1.5.4