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.
In MIMO mode, the SDK and matlab scripts (radar_cascade_demo.m) are default parameters.
This is the range profile:
The corresponding distance should be about 2.7 meters (close to the actual distance).
This is the range-azimuth heat map:
The distance shown is about 5.4 meters, twice the actual distance.
Here's another one:
The corresponding distance should be about 5.3 meters.
It's also twice the actual distance.
This is the only part of the matlab code that I've changed:
How should I modify the code to make the range azimuth heat map appear correctly?
Thank you very much,
JG
Hi JG
The matlab script uses Params.rangeIdxToMeters to convert from index to meters. Can you please step through the code in MATLAB to see the right profile configuration parameters are getting picked up for calculating Params.rangeIdxToMeters?
Thanks and Regards
Piyali
Hi JG
The azimuth FFT size default is 256. Can you please update the MATLAB script to have numAzimuthBins = 256 and try again?
Thanks and Regards
Piyali