parameters for backscatterRadarTarget and its target

2 ビュー (過去 30 日間)
MatlabQuestion
MatlabQuestion 2018 年 12 月 10 日
編集済み: MatlabQuestion 2018 年 12 月 19 日
in the example "Simulating a Polarimetric Radar Return for Weather Observation"
"
azpatangs = [-180 180];
elpatangs = [-90 90];
target = phased.BackscatterRadarTarget('EnablePolarization',true,...
'Model','Nonfluctuating','AzimuthAngles',azpatangs,...
'ElevationAngles',elpatangs,'ShhPattern',shhpat,'ShvPattern',shvpat,...
'SvvPattern',svvpat,'OperatingFrequency',fc);
"
Questions:
  1. angle parameter in the following code "ang_az" should be in the range of the previous defined "azpatangs" ?
" tgtsig = target(txsig,[ang_az;zeros(size(ang_az))],axes);"
2. "ShhPattern" should be the pattern defined with azpatanges and elpatangs?

採用された回答

Honglei Chen
Honglei Chen 2018 年 12 月 11 日
For question 1, the answer is no. However, the RCS pattern is only defined within the range specified by azpatangs and elpatangs. Therefore, for any angle beyond that region, the return is 0.
For question 2, the answer is yes. More precisely, the pattern region is defined by the parameters AzimuthAngles and ElevationAngles in BackscatterRadarTarget. In this case, they happen to be azpatangs and elpatangs.
HTH
  3 件のコメント
Honglei Chen
Honglei Chen 2018 年 12 月 11 日
In this case, the RCS is defined for the two ends and I believe they are the same, so in this case you can think that the pattern is constant. In general if you define the two bounds, then the target would interpolate in between.
HTH
MatlabQuestion
MatlabQuestion 2018 年 12 月 12 日
編集済み: MatlabQuestion 2018 年 12 月 19 日
I see. Thank you very much for the detail explaination.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePulsed Waveforms についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by