Doppler Velocity from I&Q channel
조회 수: 17 (최근 30일)
이전 댓글 표시
I am new to this field and struggling to find doppler velocity from pure Doppler RADAR. I have I&Q channel, which I beleive is used to find doppler velocity by finding their phase difference ? Any sort of help would be much appreciated
댓글 수: 4
Aicha Sow
2021년 8월 12일
Hi @Muhammad Fayyaz I was indeed hoping for another answear. But thanks for taking the time to reply.
답변 (3개)
Honglei Chen
2018년 8월 20일
There is a Doppler estimation example in Phased Array System Toolbox. You can find it at
HTH
댓글 수: 2
Honglei Chen
2018년 8월 20일
편집: Honglei Chen
2018년 8월 20일
In that case the following example may be helpful
HTH
Honglei Chen
2018년 8월 20일
If you are using a pure CW system, you cannot derive the range information. In that case you just mix the received signal with the transmitted signal, like what is done for range in the FMCW radar example. However, this time all frequency shifts are caused by Doppler shift. So just as shown in the FMCW radar example, once you get the beat frequency, that is your Doppler shift and you can then translate that to speed.
HTH
댓글 수: 2
Honglei Chen
2018년 8월 20일
If you have FFT output, you can just locate the peak and get the corresponding frequency. To translate that frequency to speed, you can use dop2spped
Note that this is for one way propagation. Since you are using a radar, you probably have two way propagation so you need to divide the result by 2 to get the correct speed.
HTH
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!