Hello,
I am trying to better understand how the sensor detects an object in the High Accuracy Lab with the "Zoom FFT" algorithm. As per page 19 in the user guide I am looking at the file titled "RARDARDEMO_highAccuRangeProc_priv.c". Since I am new to C programming, it's needless to say I have a lot of questions, but for starters: what is the difference between the "generic" and non-"generic" versions of the functions--for instance the "RADARDEMO_highAccuRangeProc_rangeEst" function vs. the "RADARDEMO_highAccuRangeProc_rangeEst" function? I can see that the non-"generic" versions are embedded in a preprocessor statement "#ifndef ARMVERSION", but I don't know what that means, nor do I know which function my device is using to estimate the range
I know this is a very general question, but any help would be appreciated since I am new to C programming.
Regards,
Josh