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.

CCS/AWR1843BOOST: The function disambiguateVel disambiguates velocity using chinese remainder theorem

Part Number: AWR1843BOOST

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