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: 数据格式

Expert 1220 points
Part Number: MMWCAS-DSP-EVM
Other Parts Discussed in Thread: MMWCAS-RF-EVM

MMWCAS-RF-EVM+MMWCAS-DSP-EVM采集到的数据包头包尾有多少位?

  • 请参考\mmwave_studio_03_00_00_14\mmWaveStudio\MatlabExamples\4chip_cascade_MIMO_example\utils\dataParse\getValidNumFrames.m

    % File header in *_idx.bin:
    % struct Info
    % {
    % uint32_t tag;
    % uint32_t version;
    % uint32_t flags;
    % uint32_t numIdx; // number of frames
    % uint64_t dataFileSize; // total data size written into file
    % };