Hello,
What is the angular quantization of the HWA AoA algorithm In the mmWave SDK 3.4.0.3?
I see that there are 64 2D FFT bins, which I assume yields a quantization of ~1.4° (180° / nTX * 2D FFT Size)
Cheers,
Curtis
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
What is the angular quantization of the HWA AoA algorithm In the mmWave SDK 3.4.0.3?
I see that there are 64 2D FFT bins, which I assume yields a quantization of ~1.4° (180° / nTX * 2D FFT Size)
Cheers,
Curtis
HI, Curtis:
The angle spectrum is not indexed linear in angle. But is indexed linear in sin(theta).
So, theta = asin((-32:31)/32);
Best,
Zigang