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: 4芯片级联雷达板+DSP_EVM采集数据中idx.bin文件时间戳如何解析

Part Number: AWR2243

环境: AWR2243 4芯片级联板以及配套DSP板,软件为mmwave studio 3_00_00_14

工程师您好!在采集完的数据中,除了data.bin文件外,还保存了idx.bin文件,在D:\Matlab_Examples\4_chip_cascade_MlMO_example\utils\dataParse\getValidNumframes.m中,得到关于idx.bin文件的数据格式如下:

其中记录了timestamp时间戳,通过我写的程序提取到所采集的每一帧数据对应的时间戳,(如图右,我采集了50帧的数据,其中有效帧为49帧,因此记录了49个时间戳),并将其转换为北京时间,(如图左),并附上我的matlab程序。

                                                                                                                           

可见,根据时间戳转换的时间并不准确,所以timestamp应如何正确解析呢?或者有哪些办法将帧开始和帧结束时间保存起来呢?