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.

Clustering algorithm in AWR1642

Part Number: AWR1642BOOST
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.

  • Hi,
    As in USRR you see more reflection compare to SRR (due to shorter range), so if your change minPointsInCluster to '2' then points which will have only neaghbours will be clustered (where ealier this no. was 3). So now you may see more no. of relection/object-points in the cluster.
    I don't think it'll effect further in the processing chain (in terms of error/failure) but it may add little bit more processing time compare to ealier value.

    Regards,
    Jitendra