Hi,
I set a radar parameter, which can measure the maximum speed of 8m/s. If a detection object approaches at 10m/s, how much speed will it measure? If it approaches at 20m/s, how much will it measure? Do they have a periodic pattern?
Thank you
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.
Hi,
I set a radar parameter, which can measure the maximum speed of 8m/s. If a detection object approaches at 10m/s, how much speed will it measure? If it approaches at 20m/s, how much will it measure? Do they have a periodic pattern?
Thank you
Hi,
Yes there is a periodic pattern. Take for instance if the objects are moving away from radar (velocity is positive). And if objects are moving towards the radar, velocity is negative. So in your example, if 8m/s is the maximum velocity, then for a object moving at 10m/s, it would be measured as -6m/s I guess. But if you see the object is moving away from the radar and you see -6m/s, then you know the velocity should have been positive. So in order to correct the velocity, you need to add 2*Vmax to it.
So if -6m/s is measured velocity for a object moving away, then to get the actual velocity add 2*Vmax, i.e, -6+2*8 = 10m/s to get the actual velocity. Usually, in FMCW radar we do correct velocity only up to 2*Vmax.
But for velocity > 2*Vmax, you would need to find how may times phasor completes rotation and all. So I would request you to please have Vmax in such a way that you would need to detect velocity up to 2*Vmax only.
Let me know if you have any questions.
Thanks and Regards,
Akshay.
Hi Akshay,
First, if the Vmax is calculated as 8m/s, it means radar can measure the speed of plus or minus 4m/s.
Second, if the closing object is -5m/s, the radar calculate velocity is 1m/s
Is that right?
Thank you
Hi Charles,
No I think there is a small confusion in your understanding. If Vmax is 8m/s, then the objects travelling with velocity in the range of +16m/s to -16m/s can be detected easily. The rule is:
Hopefully with above two examples and explanation, this topic is clear to you. Let me know if you have any further questions.
Thanks and Regards,
Akshay.
Hi Akshay,
Thank you for your answer, but I still have a confusion. If I don't konw the object towards the radar or away from radar, how do I add the measured value with two times -Vmax or Vmax?
And as you said that if a object is measured -6m/s, I can't confirm with the object is away from radar by 10m/s, or towards the radar by -6m/s.
Thank you
Hi Charles,
Thanks for your question. I think you know that velocity is calculated after Doppler FFT. But prior to this range-FFT is applied to calculate the distance/range. So based on the range estimation of object at each of the instances, you would know if the object is moving away from radar (range keeps on increasing) or object is moving towards the radar (range keeps on decreasing).
Thus based on range of object, you would would know if the object moves towards the radar or away from the radar. From the example, I had given if the object had moved from x meters to x+10 meters in 1second (object moving away from the radar) and the velocity is measured as -6m/s (as Vmax is 8m/s), then you know its not correct and you would need to do correction of -6m/s + 2 x 8m/s (Vmax) to get the actual velocity of the object. Thus similar is the case with objects moving towards radar (range would decrease).
Let me know if you have any further questions.
Thanks and Regards,
Akshay.