This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA3XEVM: CFAR Processing 2 out of 4 RX Data

Part Number: TDA3XEVM
Other Parts Discussed in Thread: AWR1243

Hi Piyali,

This is related to the CFAR Alg question I had in the past that you helped showing how i could feed CFAR Alg 2 out of 4 available RX RDM data.

I just want to confirm what I did was in-lined with you suggestion. What I had was below for processing 2 middle RDMs out of the 4 RDMs:

#if defined(AWR1243_METAWAVE_LRR_CONFIG)
pObj->pProcessInArgs->inAlgArgs.inArgs.bufDescription.numAntennas = 2;
UInt32 antOffset = metaDataBuffAddr->bufDesc.offsetBwAntennas[0].pObj->pProcessInArgs->inAlgArgs.inBufs.bufDesc[
PEAK_DETECTION_TI_BUFDESC_IN_ANTENNA_DATA_BUF]->bufPlanes[0].buf = inBufAddr + antOffset;
#endif

Please confirm,

Thanks,

--Khai