Hello TI employees.
I have some questions on the parameters included frameCfg and subFrameCfg,
1. In frameCfg, the third parameter can be used in setting number of loops. In the mmwave_sdk_user_guide, this parameter can be set range from 1 to 255.
But the value have to be power of 2, so settable maximum value is merely 128. I checked the IWR1642Boost worked properly when I set the vale as 128. Am I right?
I want to confirm whether the maximum configurable value of "number of loops" parameter is 128 or not.
2. To my knowledge, the value of number of loops parameters is related to the number of doppler-FFT.
We can get finer velocity resolution if we set the higher value. The question is right here.
If the answer of the Q1 is yes, we cannot get any more finer velocity resolution.
Is there other way to enhance the velocity resolution simply by modifying some parameters in the current mmWave Demo?
3. In subFrameCfg, there is also numLoops parameter. The description table of the document says the value of this parameter is not constrained.
Can this parameter be used instead of the "number of loops parameter" in the frameCfg.
Here is the end of my questions.
Thank you.