Public Member Functions | |
def | __init__ |
def | bitrate |
def | samples_per_symbol |
def | carrier_sensed |
Return True if we think carrier is present. | |
def | carrier_threshold |
Return current setting in dB. | |
def | set_carrier_threshold |
Set carrier threshold. | |
def | add_options |
Adds receiver-specific options to the Options Parser. | |
Public Attributes | |
channel_filter | |
packet_receiver | |
probe | |
Static Public Attributes | |
tuple | add_options = staticmethod(add_options) |
def receive_path_lb::receive_path::__init__ | ( | self, | ||
demod_class, | ||||
rx_callback, | ||||
options | ||||
) |
def receive_path_lb::receive_path::add_options | ( | normal, | ||
expert | ||||
) |
Adds receiver-specific options to the Options Parser.
def receive_path_lb::receive_path::bitrate | ( | self | ) |
def receive_path_lb::receive_path::carrier_sensed | ( | self | ) |
Return True if we think carrier is present.
def receive_path_lb::receive_path::carrier_threshold | ( | self | ) |
Return current setting in dB.
def receive_path_lb::receive_path::samples_per_symbol | ( | self | ) |
def receive_path_lb::receive_path::set_carrier_threshold | ( | self, | ||
threshold_in_db | ||||
) |
Set carrier threshold.
threshold_in_db,: | set detection threshold threshold_in_db: float (dB) |
tuple receive_path_lb::receive_path::add_options = staticmethod(add_options) [static] |