Dear Sir/Miss,
We are going to use IWR1443 for high-precision measurement.
I have checked the Lab Code:
Step1 : IWR1443 first executes Coarse FFT with HWA, then do Peak Search automaticly and get the Coarse Peak
Step2 : Start Interpolation from Frequency near Coarse Peak, and automaticlly performs Fine FFT, and then finds Fine Peak, estimate Range
Questions
1. The results after Coarse FFT are stored in the MEM corresponding toMMW_HWA_1D_OUT_PING
- Can I take out all Coarse FFT results and do some additional data processing ?
- Can I search the Coarse FFT results by myself, because I may not take the Peak for Interpolation
2. About Interpolation
- Can I do multiple Interpolation, for example, I do an Interpolation at Peak 1 first, and then do an Interpolation at Peak 2 ?
- if I can do multiple Interpolation, only repeat MmwDemo_processInterpolation (configure different Start Frequency) ?
Thanks