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.
我想成功地将 frameCfg 中的 numloop 从16更改为4、2或1。 我该怎么办?
sensorStop
FlushCfg
dfeDataOutputMode 1
通道配置15 7 0
adcCfg 2 1
adcbufCfg -1 0 1 1 1
profileCfg 0 77 7 37.7 60 0 23 1 256 12000 0 52
线性调频脉冲配置0 0 0 0 0 0 0 0 1
线性调频脉冲配置1 1 0 0 0 0 2
线性调频脉冲配置2 2 0 0 0 0 4
frameCfg 0 2 16 0 10 1 0
低功耗0 0 0
guiMonitor -1 0 0 0 1 0
cfarCfg -1 0 2 8 4 3 0 15 1
cfarCfg -1 1 0 4 2 3 1 15 1
multiObjBeamForming -1 1 0.5
离合器拆卸-1 0
calibDcRangeSig -1 0 -5 8 256
已扩展 MaxVelocity -1 0
lvdsStreamCfg -1 0 0 0 0
compRangeBiasAndRxChanPhase 0.0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0
measureRangeBiasAndRxChanPhase 0 1.5 0.2
CQRxSatMonitor 0 3 13 119 0
CQSigImgMonitor 0 121 16
类比监视器0 0
aoaFovCfg -1 -90 90 -90 90
cfarFovCfg -1 0 0 31.14
cfarFovCfg -1 1 -1.01 1.01
calibData 0 0 0
sensorStart
您好!
我假设您使用的是毫米波 SDK 3.6 LTS 中提供的毫米波 SDK 演示、
我还假设目的是减少帧中的线性调频脉冲数。
我想成功地更改框架中的 numloop
numloops 参数在 frameCfg 命令中定义
frameCfg 0 2 numloops 0 10 1 0
例如、numloops = 4
frameCfg 0 2 4 0 10 1 0
请记住、我不确定演示是否使用 numloops = 1进行了测试。
如果这不起作用、则表示不支持该值
谢谢!
塞萨尔