Public Member Functions | |
def | __init__ |
def | samples_per_symbol |
def | bits_per_symbol |
def | add_options |
Adds 8PSK modulation-specific options to the standard parser. | |
def | extract_kwargs_from_options |
Given command line options, create dictionary suitable for passing to __init__. | |
Public Attributes | |
bytes2chunks | |
symbol_mapper | |
diffenc | |
chunks2symbols | |
rrc_taps | |
rrc_filter | |
Static Public Attributes | |
tuple | bits_per_symbol = staticmethod(bits_per_symbol) |
def gnuradio::blksimpl::d8psk::d8psk_mod::__init__ | ( | self, | ||
fg, | ||||
samples_per_symbol = _def_samples_per_symbol , |
||||
excess_bw = _def_excess_bw , |
||||
gray_code = _def_gray_code , |
||||
verbose = _def_verbose , |
||||
log = _def_log | ||||
) |
Hierarchical block for RRC-filtered QPSK modulation. The input is a byte stream (unsigned char) and the output is the complex modulated signal at baseband. @param fg: flow graph @type fg: flow graph @param samples_per_symbol: samples per symbol >= 2 @type samples_per_symbol: integer @param excess_bw: Root-raised cosine filter excess bandwidth @type excess_bw: float @param gray_code: Tell modulator to Gray code the bits @type gray_code: bool @param verbose: Print information about modulator? @type verbose: bool @param debug: Print modualtion data to files? @type debug: bool
def gnuradio::blksimpl::d8psk::d8psk_mod::add_options | ( | parser | ) |
Adds 8PSK modulation-specific options to the standard parser.
def gnuradio::blksimpl::d8psk::d8psk_mod::bits_per_symbol | ( | self = None |
) |
def gnuradio::blksimpl::d8psk::d8psk_mod::extract_kwargs_from_options | ( | options | ) |
Given command line options, create dictionary suitable for passing to __init__.
def gnuradio::blksimpl::d8psk::d8psk_mod::samples_per_symbol | ( | self | ) |
tuple gnuradio::blksimpl::d8psk::d8psk_mod::bits_per_symbol = staticmethod(bits_per_symbol) [static] |