Public Member Functions | |
def | __init__ |
def | volume_range |
def | set_volume |
def | set_enable |
def | squelch_range |
def | set_squelch |
def | threshold |
def | set_freq |
Set the center frequency we're interested in. | |
def | set_gain |
Public Attributes | |
u | |
if_rate | |
quad_rate | |
subdev | |
ddc | |
fmrx | |
squelch | |
enabled | |
volume | |
gain |
def usrp_nbfm_ptt::receive_path::__init__ | ( | self, | ||
subdev_spec, | ||||
gain, | ||||
audio_output | ||||
) |
def usrp_nbfm_ptt::receive_path::set_enable | ( | self, | ||
enable | ||||
) |
def usrp_nbfm_ptt::receive_path::set_freq | ( | self, | ||
target_freq | ||||
) |
Set the center frequency we're interested in.
target_freq,: | frequency in Hz : bool |
def usrp_nbfm_ptt::receive_path::set_gain | ( | self, | ||
gain | ||||
) |
def usrp_nbfm_ptt::receive_path::set_squelch | ( | self, | ||
threshold | ||||
) |
def usrp_nbfm_ptt::receive_path::set_volume | ( | self, | ||
vol | ||||
) |
def usrp_nbfm_ptt::receive_path::squelch_range | ( | self | ) |
def usrp_nbfm_ptt::receive_path::threshold | ( | self | ) |
def usrp_nbfm_ptt::receive_path::volume_range | ( | self | ) |