フィルターのクリア

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 Center および File ExchangeArray Geometries and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by