Hello,
The range resolution formula is given by rangeResolutionsInMeters = VelosityOfLight * ADCsamplingRate / (2 * freqSlope * NumberOfADCSamples) in capture.m. Can you explain how to derive this formula?
Thanks,
Yun
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.
Hello,
The range resolution formula is given by rangeResolutionsInMeters = VelosityOfLight * ADCsamplingRate / (2 * freqSlope * NumberOfADCSamples) in capture.m. Can you explain how to derive this formula?
Thanks,
Yun
Yun,
You may refer mmWave training course page 12.
d_res = c / (2 * S * Tc)
The observation interval Tc = NumberOfADCSamples / ADCsamplingRate