I'm trying to play around with the Short Range Radar code to see how it affects the kind of objects I detect. I want to set different thresholds and run the lab each time to do so. Which file in the lab can I modify in order to do so?
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.
I'm trying to play around with the Short Range Radar code to see how it affects the kind of objects I detect. I want to set different thresholds and run the lab each time to do so. Which file in the lab can I modify in order to do so?
Hi Chaitanya,
Look for 'thresholdScale' in dss_main.c of SRR demo where convertSNRdBtoThreshold function is used to convert SNR DB to threshold.You need to change 'SUBFRAME_SRR_MIN_SNR_dB' value to get different threshold value for CFAR (range and doppler direction).
Regards,
Jitendra