How to add a ground plane to a linearArray?
古いコメントを表示
The support article below says that you simply set parameter 'GroundPlaneWidth' to whatever you want, however this property is protected in linear array?
https://www.mathworks.com/help/antenna/ug/modeling-infinite-ground-plane-in-antennas-and-arrays.html
To clarify, I have an array of monopoleRadials that I want to place over an infinite ground plane
回答 (1 件)
Shashank Gupta
2021 年 2 月 24 日
Hi Colton,
I am attaching a small piece of code for the reference and I think this should work for you.
lin = linearArray('Element',monopoleRadial)
r = reflector('Exciter',lin,'GroundPlaneWidth',inf)
I hope this helps.
Cheers
カテゴリ
ヘルプ センター および File Exchange で Full-Wave Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!