Public Member Functions | |
def | __init__ |
def | samples_per_symbol |
def | bits_per_symbol |
def | add_options |
Adds 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 | |
pre_scaler | |
agc | |
rrc_taps | |
rrc_filter | |
receiver | |
diffdec | |
slicer | |
symbol_mapper | |
unpack | |
Static Public Attributes | |
tuple | bits_per_symbol = staticmethod(bits_per_symbol) |
def gnuradio::blksimpl::d8psk::d8psk_demod::__init__ | ( | self, | ||
fg, | ||||
samples_per_symbol = _def_samples_per_symbol , |
||||
excess_bw = _def_excess_bw , |
||||
costas_alpha = _def_costas_alpha , |
||||
gain_mu = _def_gain_mu , |
||||
mu = _def_mu , |
||||
omega_relative_limit = _def_omega_relative_limit , |
||||
gray_code = _def_gray_code , |
||||
verbose = _def_verbose , |
||||
log = _def_log | ||||
) |
Hierarchical block for RRC-filtered DQPSK demodulation The input is the complex modulated signal at baseband. The output is a stream of bits packed 1 bit per byte (LSB) @param fg: flow graph @type fg: flow graph @param samples_per_symbol: samples per symbol >= 2 @type samples_per_symbol: float @param excess_bw: Root-raised cosine filter excess bandwidth @type excess_bw: float @param costas_alpha: loop filter gain @type costas_alphas: float @param gain_mu: for M&M block @type gain_mu: float @param mu: for M&M block @type mu: float @param omega_relative_limit: for M&M block @type omega_relative_limit: 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_demod::add_options | ( | parser | ) |
Adds modulation-specific options to the standard parser.
def gnuradio::blksimpl::d8psk::d8psk_demod::bits_per_symbol | ( | self = None |
) |
def gnuradio::blksimpl::d8psk::d8psk_demod::extract_kwargs_from_options | ( | options | ) |
Given command line options, create dictionary suitable for passing to __init__.
def gnuradio::blksimpl::d8psk::d8psk_demod::samples_per_symbol | ( | self | ) |
tuple gnuradio::blksimpl::d8psk::d8psk_demod::bits_per_symbol = staticmethod(bits_per_symbol) [static] |