Hi,
I've read the thread below.
I would like to know how to calculate the max range value from a given profileCfg as well as the range and doppler limits from a given frameCfg line, which is 9.26m, 0.25-60m respectively answered by Amanda. I've read the SDK user guide for details, but it seems that only the meaning of each command is introduced instead of the equations for how to calculate the values like max range, range resolution, max radical velocity, velocity resolution and so on. Could you please provide me equations for calculating these values from a given config file?
In addition, I've tried to generate a config file through mmWave demo visualizer, which has a better range resolution than the default config file of Area Scanner demo. To my understanding, with this new config file, the demo could detect more objects and have a better tracking perfermance. However, our experiments showed that this new config file worked worse than the default config file. I past the new config file below and could you please tell me how should I modify it if I want to obtain as many points as possible from moving people.
% ***************************************************************
sensorStop
flushCfg
dfeDataOutputMode 1
channelCfg 15 7 0
adcCfg 2 1
adcbufCfg -1 0 1 1 1
profileCfg 0 60 8 7 200 0 0 20 1 496 2583 0 0 30
chirpCfg 0 0 0 0 0 0 0 1
chirpCfg 1 1 0 0 0 0 0 4
chirpCfg 2 2 0 0 0 0 0 2
frameCfg 0 2 16 0 100 1 0
lowPower 0 0
guiMonitor -1 1 0 0 0 0 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
clutterRemoval -1 0
calibDcRangeSig -1 0 -5 8 256
extendedMaxVelocity -1 0
bpmCfg -1 0 0 1
lvdsStreamCfg -1 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
measureRangeBiasAndRxChanPhase 0 1.5 0.2
CQRxSatMonitor 0 3 19 125 0
CQSigImgMonitor 0 123 8
analogMonitor 0 0
aoaFovCfg -1 -90 90 -90 90
cfarFovCfg -1 0 0 15.49
cfarFovCfg -1 1 -2 2.00
% *****************TRACKING COMMANDS*****************************
staticBoundaryBox -8 8 0 8 -1 2
boundaryBox -8 8 0 8 -1 2
gatingParam 4 2 2 2 10
stateParam 20 10 10 50 1
allocationParam 200 155 0.5 10 2 2
maxAcceleration 0.1 0.1 0.1
trackingCfg 1 2 250 20 20 260 100 90
% *****************STATIC DETECTION COMMANDS*********************
heatmapGenCfg -1 1 0 6 50 60.0 3.0 10
staticDetectionCfg -1 0 -50.0 +50.0 -30.0 20.0 0.7 5.0 0.2 4 20.0
% *****************SENSOR START*********************
sensorStart
Thanks a lot!
Regards,
Jie