https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1427629/awr1843aopevm-awr1843aop
器件型号:AWR1843AOPEVM主题中讨论的其他器件:AWR1843AOP、AWR1843BOOST
工具与软件:
尊敬的先生:
我正在使用 AWR1843AOP 使用中距离雷达。
我 在 dss_main.c // AWR1843boost -中距离雷达中看到了 rxGainPhi Param_Init 函数
如果使用 AWR1843AOP、如何获得虚像和真实器件值?
;MRR 模式->三根天线、TX1、TX2和 TX3
;USRR 模式->两根天线、TX1和 TX2
此致、
辛
void rxGainPhsnap Param_Init (MmwDemo_DSS_DataPathObj* obj)
{
int32_t indx = 0;
if (obj->processingPath == MAX_VEL_ENH_processing)
{
obj->rxChPhaseComp[indx].imag = 5863;
obj->rxChPhaseComp[indx].real = 19158;indx++;
obj->rxChPhaseComp[indx].imag = 2858;
obj->rxChPhaseComp[indx].real = 23451;indx++;
obj->rxChPhaseComp[indx].imag = 4569;
obj->rxChPhaseComp[indx].real = 22093;indx++;
obj->rxChPhaseComp[indx].imag = 0;
obj->rxChPhaseComp[indx].real = 16399;indx++;
}
否则为(obj->processingPath == point_cloud_processing)
{
obj->rxChPhaseComp[indx].imag = 21646;
obj->rxChPhaseComp[indx].real = 7035;indx++;
obj->rxChPhaseComp[indx].imag = 21172;
obj->rxChPhaseComp[indx].real = 18420;indx++;
obj->rxChPhaseComp[indx].imag = 15490;
obj->rxChPhaseComp[indx].real = 21080;indx++;
obj->rxChPhaseComp[indx].imag =-3905;
obj->rxChPhaseComp[indx].real = 25130;indx++;
obj->rxChPhaseComp[indx].imag = 0;
obj->rxChPhaseComp[indx].real = 16399;indx++;
obj->rxChPhaseComp[indx].imag =-7985;
obj->rxChPhaseComp[indx].real = 18443;indx++;
obj->rxChPhaseComp[indx].imag =-10962;
obj->rxChPhaseComp[indx].real = 15291;indx++;
obj->rxChPhaseComp[indx].imag =-17653;
obj->rxChPhaseComp[indx].real = 3133;indx++;
obj->rxChPhaseComp[indx].imag = 386;
obj->rxChPhaseComp[indx].real =-17208;indx++;
obj->rxChPhaseComp[indx].imag = 8587;
obj->rxChPhaseComp[indx].real =-18744;indx++;
obj->rxChPhaseComp[indx].imag = 11857;
obj->rxChPhaseComp[indx].real =-15772;indx++;
obj->rxChPhaseComp[indx].imag = 18493;
obj->rxChPhaseComp[indx].real =-2907;indx++;
}
}