How do I specify the calibration/monitoring frequency limit?
The demo program of mmwave_sdk_03_02_00_04 is implemented as below:
gMmwMssMCB.cfg.openCfg.freqLimitLow = 760U;
gMmwMssMCB.cfg.openCfg.freqLimitHigh = 810U;
This is the maximum range of AWR1843, but is this a proper implementation?
Is there any advantage in setting to match the chirp setting (i.e. the lower limit is same as start frequency and the higher limit is same as a end frequency)?