Public Member Functions | |
| def | __init__ |
| def | set_freq |
| Set the center frequency we're interested in. | |
| def | set_gain |
| Sets the analog gain in the USRP. | |
| def | set_auto_tr |
| def | bitrate |
| def | samples_per_symbol |
| def | decim |
| 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. | |
| def | __del__ |
Public Attributes | |
| chan_filt | |
| packet_receiver | |
| probe | |
| power_sink | |
| u | |
| subdev | |
| gain | |
Static Public Attributes | |
| tuple | add_options = staticmethod(add_options) |
| def receive_path::receive_path::__del__ | ( | self | ) |
| def receive_path::receive_path::__init__ | ( | self, | ||
| demod_class, | ||||
| rx_callback, | ||||
| options | ||||
| ) |
| def receive_path::receive_path::add_options | ( | normal, | ||
| expert | ||||
| ) |
Adds receiver-specific options to the Options Parser.
| def receive_path::receive_path::bitrate | ( | self | ) |
| def receive_path::receive_path::carrier_sensed | ( | self | ) |
Return True if we think carrier is present.
| def receive_path::receive_path::carrier_threshold | ( | self | ) |
Return current setting in dB.
| def receive_path::receive_path::decim | ( | self | ) |
| def receive_path::receive_path::samples_per_symbol | ( | self | ) |
| def receive_path::receive_path::set_auto_tr | ( | self, | ||
| enable | ||||
| ) |
| def receive_path::receive_path::set_carrier_threshold | ( | self, | ||
| threshold_in_db | ||||
| ) |
Set carrier threshold.
| threshold_in_db,: | set detection threshold threshold_in_db: float (dB) |
| def receive_path::receive_path::set_freq | ( | self, | ||
| target_freq | ||||
| ) |
Set the center frequency we're interested in.
| target_freq,: | frequency in Hz : bool |
| def receive_path::receive_path::set_gain | ( | self, | ||
| gain | ||||
| ) |
Sets the analog gain in the USRP.
tuple receive_path::receive_path::add_options = staticmethod(add_options) [static] |
1.5.8