how to make phased.CosineAntennaElement element pattern in z-direction
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
phased.CosineAntennaElement will generate antenna pattern its maximum direction is in x-direction. How to let 'phased.CosineAntennaElement' element pattern pointing z-direction?
0 commentaires
Réponse acceptée
Plus de réponses (3)
David Fink
le 4 Déc 2017
A linear array or planar array can be used to specify the MRA (main response axis, which is the maximum direction). Here I use a planar array:
A = phased.URA('ArrayNormal','z')
H = phased.CosineAntennaElement
A.Element = H
0 commentaires
Chen
le 7 Déc 2017
1 commentaire
David Fink
le 7 Déc 2017
Yes - for the phased.ConformalArray, the ElementNormal property can be set to specify the normal vector for each element, in the form [azimuth elevation], both measured in degrees.
Voir également
Catégories
En savoir plus sur Array Geometries and Analysis dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!