フィルターのクリア

simulink plot antenna pattern

2 ビュー (過去 30 日間)
Steve tyler
Steve tyler 2018 年 11 月 21 日
回答済み: Da Huang 2019 年 3 月 21 日
Any idea how I could have a simulink model that would plot an antenna pattern in real time? I would like to change weights on a linear antenna array and see the results in the antenna patter (polar maybe).
Thanks in advance,
Steve

回答 (1 件)

Da Huang
Da Huang 2019 年 3 月 21 日
Not sure why you want to implement the code in simulink. But what you want to do can be implemented in matlab script, then maybe you can call this script in simulink.
If your weigjht means the excitation voltage of each element.
obj = linearArray('Element',yourElement);
obj.AmplitudeTaper = [your value].
patternAz(obj,frequency);
if you have a custom antenna pattern, then you can use phased array toolbox functionalities to synthesis your array pattern.

カテゴリ

Help Center および File ExchangeAntennas, Microphones, and Sonar Transducers についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by