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.
Hi Liam,
I have looped in our SW expert. Please allow us a day or so to provide the respond.
Thanks and Regards,
Sivaprasad
Hi, Liam:
Since Capon2D chain uses minor mode, i.e., the chirps cross several frames will be processed together to detect the movement. The minor mode increases the observation window and improves sensitivity. However, all the chirps cross several frames do not have even space between them, that is why we did not estimate the Doppler information for minor mode.
Best,
Zigang
Hi Zigang,
Thanks for your reply.
I know the doppler value will be in a rather low confidence.
From motion and detection demo, there is a dopplerIndexMatrix that includes the dopplerIdx, and we can estimate a doppler value even though it is unevenly sampled.
Is the dopplerIdx saved in HWA output from Capon2D chain?
Regards
Liam
Hi, Liam:
Unfortunately, the doppler peak is not calculated and saved for each range bin. In the current code,
If doppBinningEnabled == 1
Doppler FFT is applied for each frame inside the following function: doaProc_configHwa_prepCapon
If doppBinningEnabled == 0
There is no Doppler FFT applied.
You will have to modify the doaproc DPU, and particularly modify the function doaProc_configHwa_prepCapon to add the function you wanted.
Best,
Zigang