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.

AWR1642: SSR例程中关于exp2sp函数以及quadraticInterpLog2ShortPeakLoc()函数的功能问题

Part Number: AWR1642


你好,我想咨询三个问题,

一、exp2sp(a)函数的功能是什么?按照注释是说的2的a次方,但结果不一样,尝试过exp2sp_c(a),输出正确的2的a次方。

二、在SSR的代码中有这么一个函数:

interpOffset = quadraticInterpLog2ShortPeakLoc(obj->cfarDetObjIndexBuf, obj->numDopplerBins, detIdx1, (CFARTHRESHOLD_N_BIT_FRAC + obj->log2numVirtAnt))

我想咨询一下函数的功能是什么,为什么输入的是cfarDetObjIndexBuf,因为这个空间内是3个坐标信息。

三、antilog2的计算依据是哪个公式。