xWRL6432 MMWAVE-L-SDK  05.04.00.01
DPU_DoaProc_compRxChannelBiasFloatCfg Struct Reference

Detailed Description

Range Bias and rx channel gain/phase compensation configuration.

Data Fields

float rangeBias
 Compensation for range estimation bias in meters. More...
 
float rxChPhaseComp [2 *SYS_COMMON_NUM_TX_ANTENNAS *SYS_COMMON_NUM_RX_CHANNEL]
 Compensation for Rx channel phase bias in Q20 format. The order here is like x[tx][rx] where rx order is 0,1,....SYS_COMMON_NUM_RX_CHANNEL-1 and tx order is 0, 1,...,SYS_COMMON_NUM_TX_ANTENNAS-1. More...
 

Field Documentation

◆ rangeBias

float DPU_DoaProc_compRxChannelBiasFloatCfg::rangeBias

Compensation for range estimation bias in meters.

◆ rxChPhaseComp

float DPU_DoaProc_compRxChannelBiasFloatCfg::rxChPhaseComp[2 *SYS_COMMON_NUM_TX_ANTENNAS *SYS_COMMON_NUM_RX_CHANNEL]

Compensation for Rx channel phase bias in Q20 format. The order here is like x[tx][rx] where rx order is 0,1,....SYS_COMMON_NUM_RX_CHANNEL-1 and tx order is 0, 1,...,SYS_COMMON_NUM_TX_ANTENNAS-1.