1.5.3.21 PAL_RF_OFDM_MCS Enum

C

typedef enum
{
    /* OFDM: BPSK, 1/2 convolutional encoder rate, 4x frequency repetition */
    PAL_RF_OFDM_MCS_0   = 0,

    /* OFDM: BPSK, 1/2 convolutional encoder rate, 2x frequency repetition */
    PAL_RF_OFDM_MCS_1   = 1,

    /* OFDM: QPSK, 1/2 convolutional encoder rate, 2x frequency repetition */
    PAL_RF_OFDM_MCS_2   = 2,

    /* OFDM: QPSK, 1/2 convolutional encoder rate */
    PAL_RF_OFDM_MCS_3   = 3,

    /* OFDM: QPSK, 3/4 convolutional encoder rate */
    PAL_RF_OFDM_MCS_4   = 4,

    /* OFDM: 16-QAM, 1/2 convolutional encoder rate */
    PAL_RF_OFDM_MCS_5   = 5,

    /* OFDM: 16-QAM, 3/4 convolutional encoder rate */
    PAL_RF_OFDM_MCS_6   = 6,

} PAL_RF_OFDM_MCS;

Summary

Defines the available OFDM MCS modes.

Description

This data type defines the list of available OFDM Modulation and Coding Scheme (MCS) modes. MCS mode for transmission can be configured through PIB PAL_RF_PIB_TX_OFDM_MCS.

Remarks

MCS1 is not available in bandwidth option 4. MCS0 is not available in bandwidth options 3 and 4.

This data type is only available for RF215 PAL.