Tool/software: Code Composer Studio
Hi,
In the mrr demo, there is a track association function called isTargetWithinDataAssociationThresh, in this function three parameters are introduced rangeAssocThresh,velAssocThresh and azimAssocThresh,In the demo ,the values are selected as follows:
obj->trackerInstance.rangeAssocThresh = 2.0f; /* in meters. */
obj->trackerInstance.velAssocThresh = 2.0f; /* in meters/sec. */
obj->trackerInstance.azimAssocThresh = (5.0f/180.0f); /* in sin(omega). */
Now there is a condition, there are several standing cars in the front of the radar, which are close to each other less than 2m, as belows in the picture:
In this situation, the values of the three parameters is not suitable,in this condition,how should I select the value of those parameters?
Is there any algorithm for the track association?Can you provide any reference material for that?
Thanks,
Regards,
Rata