how to make phased.Cos​ineAntenna​Element element pattern in z-direction

조회 수: 4 (최근 30일)
Chen
Chen 2017년 12월 1일
답변: Chen 2017년 12월 8일
phased.CosineAntennaElement will generate antenna pattern its maximum direction is in x-direction. How to let 'phased.CosineAntennaElement' element pattern pointing z-direction?

채택된 답변

Chen
Chen 2017년 12월 8일
Many thanks, I tried and it works.

추가 답변 (3개)

David Fink
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

Chen
Chen 2017년 12월 7일
Thanks David, I will try it.

Chen
Chen 2017년 12월 7일
Hello David In my application, I use phased.ConformalArray. 1. there is no 'ArrayNormal' in it. 2. If my conformalArray is on a sphere, is there way let each Cosine element pointing to the direction that I want to point? Thanks Chen
  댓글 수: 1
David Fink
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 CenterFile Exchange에서 Array Geometries and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by