Hello,TI's engineers.I use ti's IWR1642BOOST and want to develop SRR radar, so i read the demo of short_range_radar(SRR).When i read the clusteringDBscanRun, and see the function of clusteringDBscan_findNeighbors2Fixed(this function is first time appear in clusteringDBscan.c file, line 124),one parameter is confused me.
neighCount = clusteringDBscan_findNeighbors2Fixed(
detObj2D, point, neighLast, numPoints, epsilon2fixed, epsilonfixed, weight,
vFactorfixed,inst->scope, &newCount, inst->dBScanNeighbourLim);
The third parameter of neighLast whether the correct?I think this parameter should be neighCurrent.I don't know whether my understanding is wrong, so ask TI engineers can you help me to answer? Can you give me some clusteringDBscan data to better learn.
Thanks a lot!!!