Hi team,
For high accuracy, zoom FFT is performed on 4 samples around course peak. I checked MmwDemo_processInterpolation function in datapath.c file. After performing zoom-FFT, fine peak is searched around starting 128 output samples. No of output samples from zoom-FFT is 16384.
Why fine peak is not searched from all 16384 sample? Is zoom-FFT is performed on all input samples (512) or only 4 sapmles around peak?
Thanks,
Akshay