Public Member Functions | |
| def | __init__ |
| def | samples_per_symbol |
| def | bits_per_symbol |
| def | add_options |
| Adds GMSK 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 | |
| nrz | |
| gaussian_taps | |
| sqwave | |
| taps | |
| gaussian_filter | |
| fmmod | |
Static Public Attributes | |
| tuple | bits_per_symbol = staticmethod(bits_per_symbol) |
| def gnuradio::blksimpl::gmsk::gmsk_mod::__init__ | ( | self, | ||
| fg, | ||||
samples_per_symbol = _def_samples_per_symbol, |
||||
bt = _def_bt, |
||||
verbose = _def_verbose, |
||||
log = _def_log | ||||
| ) |
Hierarchical block for Gaussian Minimum Shift Key (GMSK) 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 baud >= 2 @type samples_per_symbol: integer @param bt: Gaussian filter bandwidth * symbol time @type bt: float @param verbose: Print information about modulator? @type verbose: bool @param debug: Print modualtion data to files? @type debug: bool
| def gnuradio::blksimpl::gmsk::gmsk_mod::add_options | ( | parser | ) |
Adds GMSK modulation-specific options to the standard parser.
| def gnuradio::blksimpl::gmsk::gmsk_mod::bits_per_symbol | ( | self = None |
) |
| def gnuradio::blksimpl::gmsk::gmsk_mod::extract_kwargs_from_options | ( | options | ) |
Given command line options, create dictionary suitable for passing to __init__.
| def gnuradio::blksimpl::gmsk::gmsk_mod::samples_per_symbol | ( | self | ) |
tuple gnuradio::blksimpl::gmsk::gmsk_mod::bits_per_symbol = staticmethod(bits_per_symbol) [static] |
1.5.8