how to make phased.CosineAntennaElement element pattern in z-direction
조회 수: 4 (최근 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!