Public Member Functions | |
| def | __init__ |
| See below for what options should hold. | |
| def | set_freq |
| Set the center frequency we're interested in. | |
| def | set_gain |
| Sets the analog gain in the USRP. | |
| def | set_tx_amplitude |
| Sets the transmit amplitude sent to the USRP. | |
| def | set_auto_tr |
| Turns on auto transmit/receive of USRP daughterboard (if exits; else ignored). | |
| def | send_pkt |
| Calls the transmitter method to send a packet. | |
| def | bitrate |
| def | samples_per_symbol |
| def | interp |
| def | add_options |
| Adds transmitter-specific options to the Options Parser. | |
Public Attributes | |
| packet_transmitter | |
| amp | |
| u | |
| subdev | |
| gain | |
Static Public Attributes | |
| tuple | add_options = staticmethod(add_options) |
| def transmit_path::transmit_path::__init__ | ( | self, | ||
| modulator_class, | ||||
| options | ||||
| ) |
See below for what options should hold.
| def transmit_path::transmit_path::add_options | ( | normal, | ||
| expert | ||||
| ) |
Adds transmitter-specific options to the Options Parser.
| def transmit_path::transmit_path::bitrate | ( | self | ) |
| def transmit_path::transmit_path::interp | ( | self | ) |
| def transmit_path::transmit_path::samples_per_symbol | ( | self | ) |
| def transmit_path::transmit_path::send_pkt | ( | self, | ||
payload = '', |
||||
eof = False | ||||
| ) |
Calls the transmitter method to send a packet.
| def transmit_path::transmit_path::set_auto_tr | ( | self, | ||
| enable | ||||
| ) |
Turns on auto transmit/receive of USRP daughterboard (if exits; else ignored).
| def transmit_path::transmit_path::set_freq | ( | self, | ||
| target_freq | ||||
| ) |
Set the center frequency we're interested in.
| target_freq,: | frequency in Hz : bool |
| def transmit_path::transmit_path::set_gain | ( | self, | ||
| gain | ||||
| ) |
Sets the analog gain in the USRP.
| def transmit_path::transmit_path::set_tx_amplitude | ( | self, | ||
| ampl | ||||
| ) |
Sets the transmit amplitude sent to the USRP.
| ampl 0 <= ampl < 32768. Try 8000 |
tuple transmit_path::transmit_path::add_options = staticmethod(add_options) [static] |
1.5.8