1.3.2.3.63 MAC_WRP_TONE_MAP Struct
C
typedef struct
{
uint8_t toneMap[(MAC_WRP_MAX_TONE_GROUPS + 7) / 8];
} MAC_WRP_TONE_MAP;Summary
Defines the G3 Tone Map at Mac Wrapper level.
Description
Tone Map is a bitmap in which each bit represents one of the subbands present in the PLC work band (6 subbands in CEN-A, 4 subbands in CEN-B, 24 subbands in FCC). '1' indicates the subband is used, '0' indicates the subband is not used.
Field description:
toneMap. Array of bytes containing the bitmap explained above.
Remarks
It is only used when PLC MAC layer is present.
