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.

AWR2243: SDK的TXBF算法问题

Part Number: AWR2243


工程师您好,我现在有一个比较紧急的问题:我现在使用的硬件环境为:AWR2243四级联板卡,也就是MMCAS-RD-EVM和MMCAS-DSP-EVM,软件环境是:radar sdk3.8

我现在有一个疑问是关于txbf算法的,我在sdk中看到有两个BF的处理算法,分别是AlgorithmFxn_RadarDspTxBeamFormProcess和AlgorithmFxn_RadarBeamFormProcess

然后我找到了调用的原理:在apps\src\rtos\radar\src\alg_plugins\alg_fxns\common\alg_functions.c文件中根据宏定义去使用,如下图所示:

我想问一下:dsptxbeamform和beamForm这两个算法有什么区别?

我自己通过看代码给出的猜测是:dsptxbeamform的处理只是将EVM的一维FFT结果进行热成像图的生成,在beamForm中可能有多普勒fft。

希望工程师能帮我确定一下这个问题?  

最后如果有区别,是否能够自定义的去使用某一种算法,在哪里进行修改?