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.

[参考译文] IWRL6432BOOST:查询 numRangeBins 公式

Guru**** 2437900 points
Other Parts Discussed in Thread: IWRL6432BOOST

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1518243/iwrl6432boost-query-for-numrangebins-formula

器件型号:IWRL6432BOOST

工具/软件:

您好、
我将 IWRL6432BOOST ES2.0板与 LSDK 5.5.3配合使用。

我注意到、numRangeBins其定义如下所示:

gMmwMssMCB.numRangeBins = mathUtils_pow2roundup(gMmwMssMCB.profileComCfg.h_NumOfAdcSamples) / 2; // Real-only sampling

参考资料:
C:\ti\MMWAVE_L_SDK_05_05_03_00\examples\mmw_demo\motion_and_presence_detection\source\motion_detect.c

不过、一般来说、我没有看到2项的划分是适用的。

您能否确认这个公式是否正确? 此外、这种行为是否记录在某个位置?