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

jπθi180
. 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.

Note The dimensions of the symbol amplitudes matrix must exactly match the dimensions of the symbol phases matrix. Additionally, the number of rows of each matrix must be equal the length of the symbol radii array. If these conditions are violated, the node returns an error.
1378

Inputs/Outputs

datatype_icon

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.

Note The binary representation of the symbol values is performed using the LSB first convention. For example, in 8-QAM, the symbol values matrix can be specified as

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

datatype_icon

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

datatype_icon

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

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

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.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

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

[012314567]
.

Define the I symbol amplitude array as

[101]
.

Define the Q symbol amplitude array as

[101]
.

Define gain as 1.0.

These settings result in the following symbol map.

1378