专栏目录链接:
距离上一次更新过去了好久,实在抱歉。
先回顾一下3D处理的代码,这里做了精简,把关键几步的代码罗列如下:
/**************************************
* Azimuth calculation
**************************************/
for (detIdx2 = 0; detIdx2 < numDetObj2D; detIdx2++)
{
/* Reset input buffer to azimuth FFT */
memset((uint8_t *)obj->azimuthIn, 0, obj->numAngleBins * sizeof(cmplx32ReIm_t));
/* Set source for first (ping) DMA and trigger it, and set source second (Pong) DMA */
ED