GNU Radio 3.5.1 C++ API
|
GMSK modulator. More...
#include <digital_gmskmod_bc.h>
Friends | |
DIGITAL_API digital_gmskmod_bc_sptr | digital_make_gmskmod_bc (unsigned samples_per_sym, double bt, unsigned L) |
GMSK modulator.
samples_per_sym | Samples per symbol. |
bt | The 3 dB time-bandwidth product. |
L | The length of the phase duration in symbols. The Gaussian pulse is truncated after L symbols. |
The input of this block are symbols from an M-ary alphabet +/-1, +/-3, ..., +/-(M-1). Usually, M = 2 and therefore, the valid inputs are +/-1. The modulator will silently accept any other inputs, though. The output is the phase-modulated signal.
DIGITAL_API digital_gmskmod_bc_sptr digital_make_gmskmod_bc | ( | unsigned | samples_per_sym, |
double | bt, | ||
unsigned | L | ||
) | [friend] |