Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
Using MATLAB and simulink to simulate the radiation pattern of an omnidirectional antenna

Risposte (1)

Chunru
Chunru il 3 Lug 2021
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)

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by