Other Parts Discussed in Thread: AWR1843
Hi,
In SDK 2.1 for xWR1642, I found there is a limitation for number of Doppler bin. That is ,the number of Doppler bin must be power of 2. MmwDemo_dataPathComputeDerivedConfig() API will check it and if it is not power of 2, the code will exit with assertion.
But in SDK3.1, I found I can set non-power of 2 for number of chirps of one frame for AWR1843 in mmw demo, such as 60 (download the cfg in visualizer). I know current mmw demo for AWR1843 is using HWA for FFT/window, while AWR1642 is using DSP.
What does cause the limitation of number of Doppler bin on AWR1642?
I only found below info in SDK2.1. They don't require power of 2.
/* Multiplicity of 4 due to windowing library function requirement.
Minimum size of 16 due to DSPLib restriction - FFT size must be bigger than 16.*/