我对于4chip_cascade_MIMO_example中一些参数的概念有点混淆,numchirpperloop与numloops的定义是什么,如果以cascade_configuration_mimo这个脚本为例,对应于这两个参数的具体数值是多少?
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.
我对于4chip_cascade_MIMO_example中一些参数的概念有点混淆,numchirpperloop与numloops的定义是什么,如果以cascade_configuration_mimo这个脚本为例,对应于这两个参数的具体数值是多少?
numloops: Number of times to repeat from chirpStartIdx to chirpEndIdx in each frame
numchirpperloop没有找到具体的定义,我的理解是每次loop的chrip数量。
我确认了一下关于numchirpperloop定义如下。
nchirp_loops = FrameConfig.NumChirpLoops
numChirpPerLoop = obj.numChirpsPerFrame/obj.nchirp_loops;