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

카테고리

도움말 센터File Exchange에서 Automotive Radar에 대해 자세히 알아보기

질문:

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