フィルターのクリア

Using MATLAB and simulink, simulate the radiation pattern of an omnidirectional antenna

2 ビュー (過去 30 日間)
Julius Akinyede
Julius Akinyede 2021 年 7 月 2 日
回答済み: Chunru 2021 年 7 月 3 日
Using MATLAB and simulink to simulate the radiation pattern of an omnidirectional antenna

回答 (1 件)

Chunru
Chunru 2021 年 7 月 3 日
For ominidirectional response, it is a constant over directions. If you use phased array toolbox, you can plot the pattern:
antenna = phased.IsotropicAntennaElement
fc = 1e9;
pattern(antenna,fc,-180:180, 0,'CoordinateSystem','polar', ...
'Type','powerdb','Normalize',true)

カテゴリ

Help Center および File ExchangeAntenna and Array Analysis についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by