Hi,
I am learning the demo of Vital Signs(mmwave_automotive_toolbox_2_4_3__win), and i have these following questions:
1.There are two FFT processing, how many points FFT do they calculate separately? ().
I think both of these are calculate 1024 points,right? Only sampling 100 points, why not calculate 128 points but calculate the FFT of 1024 or other values?
2.Why the indexNumPeaks less than 4? (dss_data_path.c 1742 line)
3..What is the difference between heartRateEst_FFT and heartRateEst_FFT_4Hz?
4. What the meaning of freqIncrement_Hz ?(dss_data_path.c 2095 line)
5.How to calculate the length of range_bin? On the conditions of this picture, how long is this range_bin ?
Thank you very much!