Negative range in range-doppler plot for FMCW radar

Hi,
I am doing post processing on ADC data from FMCW radar kit..I am using phased.RangeDopplerResponse and plotResponse for getting range-doppler map. I am wondering why is the plot showing negative ranges?The total range is 30 meters(with the set chirp parameters) but plot is showing from -15 to 15 instead of from 0 to 30 m?When i tried to change the range axis limits, i am getting plot like shown in figure?Can someone explain to me why it is happening and how i can display the returns for complete range (0-30 meters)?
Thanks

回答 (3 件)

randerss simil
randerss simil 2021 年 2 月 14 日

0 投票

%if true
[X Y] = meshgrid(-10:10,0:30)
Use the range in meshgrid while generating contour plot like above. Changing axis limits will only shift the plot to the limits specified.

1 件のコメント

ali
ali 2021 年 2 月 14 日
Thanks but Axis scaling is being done automatically by phased.RangeDopplerResponse and plotResponse functions.

サインインしてコメントする。

ali
ali 2021 年 6 月 16 日

0 投票

Can someone kindly guide on thsi issue?@MathWorks Support Team
ali
ali 2021 年 6 月 22 日

0 投票

I found the answer myself..Set the 'ReferenceRangeCentered' property to zero in phased.RangeDopplerResponse.

カテゴリ

ヘルプ センター および File ExchangeDetection, Range and Doppler Estimation についてさらに検索

製品

リリース

R2020a

質問済み:

ali
2021 年 2 月 14 日

回答済み:

ali
2021 年 6 月 22 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by