how to make phased.CosineAntennaElement element pattern in z-direction
3 次查看(过去 30 天)
显示 更早的评论
采纳的回答
更多回答(3 个)
David Fink
2017-12-4
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 个评论
Chen
2017-12-7
1 个评论
David Fink
2017-12-7
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Array Geometries and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!