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

2 次查看(过去 30 天)
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)

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by