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.

AWRL6432BOOST: DopplerDPU in mmwDemo

Part Number: AWRL6432BOOST

Dear TI experts,

Hello

i have a one question during analyzing Doppler-DPU in mmwDemo.

(*SDK Version is MMWAVE_L_SDK_05_03_00_02 / and using TrackingClassification_MidBw.cfg in motion_and_presence_detection)

i don't understand Doppler FFT of 1st range gate Hwa processing.

Q1. is this a right code?

hwaParamCfg[paramsetIdx].source.srcAddr = HWADRV_ADDR_TRANSLATE_CPU_TO_HWA(DPU_DOPPLERPROCHWA_SRC_PING_OFFSET); // MEM BANK M0
hwaParamCfg[paramsetIdx].source.srcAcnt = cfg->staticCfg.numDopplerChirps - 1; //size in samples - 1

hwaParamCfg[paramsetIdx].source.srcAIdx = 2 * cfg->staticCfg.numVirtualAntennas * sizeof(cmplx16ImRe_t);
hwaParamCfg[paramsetIdx].source.srcBcnt = cfg->staticCfg.numVirtualAntennas - 1;
hwaParamCfg[paramsetIdx].source.srcBIdx = 2 * sizeof(cmplx16ImRe_t);

 i can not understand purpose of Doppler FFT of 1st range gate.

Please share your opinion.

Thank you

best regards

JINHYUN JEONG