how to make phased.CosineAntennaElement element pattern in z-direction
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
phased.CosineAntennaElement will generate antenna pattern its maximum direction is in x-direction. How to let 'phased.CosineAntennaElement' element pattern pointing z-direction?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (3)
David Fink
am 4 Dez. 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 Kommentare
Chen
am 7 Dez. 2017
1 Kommentar
David Fink
am 7 Dez. 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.
Siehe auch
Kategorien
Mehr zu Array Geometries and Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!