How do we change the EnabledPolarization to True?

In the Phased Array system, the EnabledPolarization of a radar target is set as False(default setting). I wish to set the mode as 'bistatic' for which the EnabledPolarization needs to be set as True. How do we change this EnabledPolarization?

回答 (1 件)

Honglei Chen
Honglei Chen 2016 年 1 月 27 日

1 投票

You can turn on the polarization by
tgt = phased.RadarTarget('EnablePolarization',true)
or
tgt = phased.RadarTarget;
tgt.EnablePolarization = true
HTH

カテゴリ

質問済み:

2016 年 1 月 27 日

回答済み:

2016 年 1 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by