Hello,
I want to calibrate the range bias and Rx phase compensation in overhead_mount_occupancy with IWR6843ISK-ODS. I have found a source code "DPC_ObjDet_rangeBiasRxChPhaseMeasure()" which shown in "..\mmwave_sdk_03_05_00_04\packages\ti\datapath\dpc\objectdetection\objdethwa\src\objectdetection.c" to measure the range bias and phase compensation.
Can I leverage this source code into overhead_mount_occupancy? I know the DPC_ObjDet_rangeBiasRxChPhaseMeasure() uses an R-V heatmap to measure the range bias and phase compensation. I would like to know if I can use an R-A heatmap to find the range bias and phase compensation? I also know the memory allocation is different for radar cube data.
In addition to the above two differences, should I change others?
The purpose is that we want to calibrate each sensor in the future (such as on the production line) but we have our own bootloader (it means we cannot use OOB (out of box demo) to calibrate), so we want to leverage the DPC_ObjDet_rangeBiasRxChPhaseMeasure() into overhead_mount_occupancy or our own code to calibrate.
If we can leverage DPC_ObjDet_rangeBiasRxChPhaseMeasure() but need to modify the input heatmap and numSymPerTxAnt (to fulfill DPIF_RADARCUBE_FORMAT_2), should we also need to modify the configuration file (vod_6843_ods_overhead_5zone.cfg)? I can directly set the parameters for distance (X) and window size (D) in the code, in other words, the CLI to set "measureRangeBiasAndRxChanPhase" does not need.
Sincerely,
Jack