Hello, TI's engineering!
question1:when i read the srr demo,i find tow similar functions,one is quadraticInterpFltPeakLoc, anthor is quadraticInterpLog2ShortPeakLoc.They calculate offset added on azimIdx and fastChirpVelIndxFlt. Why do you do this? Is there any theoretical basis?
question2:the function of isTargetWithinDataAssociationThresh is in the function of ekfrun,i do not understand one if condition:
if( (distSq<(inst->distAssocThreshSq * modifier * modifier )) || (measResidual[iRANGE]>40.0f)), Why should we meet this condition?