MT Map Bits to PSK Symbols
- Updated2023-02-17
- 4 minute(s) read
MT Map Bits to PSK Symbols
Maps an incoming bit stream to complex-valued PSK symbols.

Inputs/Outputs

input bit stream
The incoming bit stream to be mapped to symbols.

symbol map
An ordered array that maps each Boolean symbol to its desired coordinates in the complex plane. The number of PSK states in the array must be 2N, where N is the number of bits per symbol.

PSK type
Type of PSK modulation.
normal |
Sets the modulation type to regular PSK. |
shifted |
Rotates the constellation by /M each symbol. |
offset |
Sets the modulation type to offset quadrature phase-shift keying (OQPSK). This modulation scheme is a form of phase-shift keying in which four different phase angles are used. This scheme is sometimes referred to as staggered quadrature phase-shift keying (SQPSK). For offset PSK, the ideal symbol timing for Q is offset by 1/2 of a symbol period from the ideal symbol timing for I. offset is currently only supported for M= 4. |
Default value: normal

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

differential PSK
A value that indicates how the PSK modulation represents symbols.
Differential operation is used to implement PSK formats such as differential quadrature PSK (DQPSK) and /4-DQPSK.
disable |
Symbols are represented as constellation points. |
enable |
Symbols are represented as the transitions between constellation points. |
Default value: disable

reset?
A Boolean that determines whether stored state information is cleared on each call to this node.
When the input bit stream is not comprised of an integer number of symbols, the carryover bits are buffered.
TRUE | Clears the buffered data, checks the input parameters on a first call, and reflects any change in the input parameter values during subsequent iterations. |
FALSE | Adds the buffered data to the beginning of data from next iteration, in continuous operations. |
Default value: TRUE

symbols
An array of complex-valued PSK symbols with a one-to-one mapping to the input bit stream based on the specified PSK symbol map.
where M specifies the M-ary PSK format. This multiplication ensures that the generated PSK oversampled waveform never transitions through the origin after pulse shaping.

error out
Error information.
The node produces this output according to standard error behavior.