Hi supports,
I want to get known detection points by AWR1843BOOST OOB demo (SDK v03.04)for debugging.
I added below lines on 'objectdetection.c' for it.
This program works well with below configuration file.
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 supports,
I want to get known detection points by AWR1843BOOST OOB demo (SDK v03.04)for debugging.
I added below lines on 'objectdetection.c' for it.
This program works well with below configuration file.
Hi,
I think the first thing to do is understand what the root cause of the failure is.
If the failure is due to insufficient processing time, then increasing the frame period could help.
Could you try to increase the frame period from 66.6 to 100?
thank you
Cesar
Hi,
Thank you for your reply.
I tried to increase the frame period to 100 and 1000 but this program doesn't work.
I checked time stamp extracted as velocity (line:969) but each loop is processed in a few micro seconds.
And I tried to decrease no. of detected object to 2(line:961) but this program doesn't work, neither.
Could you tell me if you have any ideas or solutions?
Regards,
Kazuki
Kazu,
Yes, the issue is with the number of loops. When you set the number of loops to 32, the 1D FFT radar cube size is nearly 400 KB. When you double the number of loops to 64, the 1D FFT radar cube size is nearly 800 KB. This does not leave much room for the detection matrix, CFAR, and AoA results.
I would recommend the following options:
1. Reduce the number of chirp loops
2. Reduce the number of samples per chirp
3. Reduce the number of enabled RX antennas
4. Reduce the number of enabled TX antennas
Using one of the these options should help resolve your issue.
Regards,
Kyle