-
sdr.MSK(phase_offset: float =
45
, symbol_labels: 'bin' | 'gray' | TypeAliasForwardRef('~numpy.typing.ArrayLike') ='gray'
, sps: int =8
) Creates a new MSK object.
- Parameters:¶
- phase_offset: float =
45
¶ The absolute phase offset
in degrees.- symbol_labels: 'bin' | 'gray' | TypeAliasForwardRef('~numpy.typing.ArrayLike') =
'gray'
¶ The decimal symbol labels of consecutive complex symbols.
"bin"
: The symbols are binary-coded. Adjacent symbols may differ by more than one bit."gray":
The symbols are Gray-coded. Adjacent symbols only differ by one bit.npt.ArrayLike
: An -length array whose indices are the default symbol labels and whose values are the new symbol labels. The default symbol labels are to for phases starting at and going counter-clockwise around the unit circle.
- sps: int =
8
¶ The number of samples per symbol
.
- phase_offset: float =
See also