Tool/software: Code Composer Studio
Hi,
The function disambiguateVel disambiguates velocity using chinese remainder theorem in the MRR demo.I have studied this function,it just realize the function based on the following formula:
Vreal=Nf*2Vf_max+Vfast=Ns*2Vs_max+Vslow, Vreal is doppler velocity.
Can anyone tell me which point uses the chinese remainder theorem?
BR,
Rata