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.

AWR2944EVM: 基于“使用低速串行总线的实时 ADC原始数据采集方法”采集到原始数据处理

Part Number: AWR2944EVM
Other Parts Discussed in Thread: AWR2944

  基于“使用低速串行总线的实时 ADC原始数据采集方法”该文章,我成功获取了1DFFT的数据,并验证成功,现在想使用1DFFT之前的数据进行验证。ADC:16位,采样点数:128,天线配置:4TX,4RX,一帧64个chirp,一秒一帧,使用out_of_box_2944, TDM工程,代码里 radarcube 配置为  isolated_non-interleave_to_radarcubefmt1_4tx。

问题一:采样点数问题

  我修改了rangeprochwa.h里的 fftEn = 0和 WindowEn = 0,并重新编译文件,从串口拿到的数据。

  根据这里描述,我这个获取的数据应该是原始数据,这里数据少了一半,根据上面配置,我是128个采样点,那我做1DFFT的点数是128吗,还是64点呢?

问题二:这些原始数据的排布是按照这个顺序吗?[采样点数][天线数][chirp],还是按照其他顺序分布的。