Other Parts Discussed in Thread: AWR1642
Hi,
We are using AWR1642 with short range configuration.we want to attempt slight modification to clustering algorithm.
we want to form clusters even if the detected object has two points in USRR (current code configuration has 3 min points for USRR,1 min point for SRR subframe)
we want to change below portion of code in dss_main.c file MmwDemo_populateUSRR() function
"obj->dbScanInstance.minPointsInCluster = 3;"
to
"obj->dbScanInstance.minPointsInCluster = 2;"
Does it affect any further stages of processing and any additional changes needed in clustering algorithm.
TIA.