Other Parts Discussed in Thread: AWR1843BOOST
Tool/software:
Hi:
I have some issue with understanding HWA processing for doppler frequency. It is clear that when we received a set of FMCW wave, we just perform a 2-D DFT so we get the delay-doppler profile. In TI's document, the first process is to compute RangeFFT, which makes sense that just perform 1D FFT for each virtual antenna and each chirp.
After the RangeFFT is done, we go to DopplerDPU. In DSP version, it is quite clear that we perform a DFT operation across chirps and then sum the absolute value of the DFT results over all virtual antennas. This process is clear. However, for the HWA version, everything becomes confusing. I don't understand why there is a 2D FFT block and a 16-point FFT blocks in the HWA implementation. And what are the physical meaning of the output from two FFT blocks? I can tell that the first '2D FFT' performs DFT across chirps for each virtual antennas. and to me that should be the end of the this DPU right? So why should we do another DFT process here? If I understand it correctly, the '16-point FFT' is performed over all virtual antennas, which I guess is used for AOA estimation right? So what signal is stored in the Detection Matrix at the end of this DPU?
Best
Kevin

