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: 如何修改脚本实现采集一段时间的数据进行后处理

Part Number: MMWCAS-DSP-EVM


想问一下如果我需要采集一段时间(比如说5分钟)的数据,我在mmwavestudio中使用Cascade_Configuration_MIMO.lua脚本配置之后,使用Cascade_Capture.lua采集,那么需要怎么修改Cascade_Capture.lua文件的参数呢,是修改

capture_time                     =   2000                             -- ms
inter_loop_time                  =   2000                             -- ms
num_loops                        =   1
 
这三个参数吗?