Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Using MATLAB and simulink to simulate the radiation pattern of an omnidirectional antenna

Réponses (1)

Chunru
Chunru le 3 Juil 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)

Tags

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by