MT Generate Symbol Map (Circular)
- Updated2023-02-17
- 4 minute(s) read
MT Generate Symbol Map (Circular)
Generates a symbol map, using the matrix of symbol values that you specify, a matrix representing the symbol phases in degrees, and an array representing the radii of each discrete circle. Use the symbol map parameter of the system parameters cluster to configure the operation of the demodulation and modulation nodes.
The symbol values matrix defines how the M-ary binary data are mapped to the discrete I/Q symbols on the constellation diagram. The node maps the specified symbol values to I/Q constellation points using the polar representation
. The node reads the symbol values/symbol phases matrices row-wise. Each row of symbol values/symbol phases is then mapped onto I/Q symbol points, which are located on a circle with a radius that is specified in the symbol radii array.
Inputs/Outputs

symbol values
A matrix of integers that define how the M-ary (bits per symbol) binary data are mapped to discrete I/Q symbols on the constellation diagram. Use negative values to specify holes (missing points) in the constellation diagram.
This matrix corresponds to the following bit values:
The term XXX here refers to a hole (missing point) on the constellation plot.
Default value: empty

symbol phases
Phases, in degrees, corresponding to the location of the elements of the symbol values matrix on the I/Q constellation diagram.
Default value: empty

symbol radii
Radii of discrete concentric circles that contain the I/Q constellation points. There is a one-to-one mapping between every entry on the symbol radii array and every row in the symbol values/symbol phases matrix.
Default value: empty

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

symbol map
An ordered array to be bundled with the system parameters cluster that is passed to the digital demodulation and modulation nodes.
The generated symbol maps must be bundled onto the system parameters cluster prior to being passed to the corresponding modulation node.

error out
Error information.
The node produces this output according to standard error behavior.
Generic or Combined Amplitude Modulation Scheme
Use MT Generate Symbol Map (Rectangular) to create a custom symbol map for a generic amplitude modulation scheme such as quadrature amplitude modulation (QAM). Use MT Generate Symbol Map (Circular) to create a custom symbol map for a combined amplitude-phase modulation scheme.
Example: 8-QAM Symbol Map Creation
The following example demonstrates 8-QAM symbol map creation. Define the symbol values as
.Define the I symbol amplitude array as
.Define the Q symbol amplitude array as
.Define gain as 1.0.
These settings result in the following symbol map.