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.

MMWCAS-DSP-EVM: 关于MMWCAS-DSP采集的帧的问题

Part Number: MMWCAS-DSP-EVM

我看到对于级联板的手册中提到在每次采集中第一帧会被干扰,所以建议忽略,那么级联板输出的bin文件是已经忽略第一帧后的结果还是需要我自己进行处理,因为我在测试的时候发现如果我如下配置:

16位复采样

256采样点

12个Chirp

64个Loop

8帧

我应该得到的每一个芯片的数据是2*2*4*256*12*64*8/1024/1024=24MB,但是我实际拿到的每个bin文件的输出是21MB

  • 请看mmwave_studio_release_notes.pdf里的limitation。

    - The first frame may be corrupted in every capture. It is recommended to ignore the first frame for all captures.

    - Also, the number of frames captured by the TDA2 is one less than the number of frames sent by the AWR devices when the AWR devices are configured to send out a finite number of frames

  • 我看到这个了,我的疑问就是TDA2发送时候少的那一帧是否就是需要丢掉的第一帧?另外TDA2的数据采集格式是与TSW1400相同吗,我看到程序里是这么写的

  • 是的。数据格式可以参考4chip_cascade_MIMO_example\utils\dataParse\read_ADC_bin_TDA2_separateFiles.m。