Antenna toolbox - YagiUda antenna

7 次查看(过去 30 天)
Namaste & G'day
Creating the default YagiUda antenna yields, as expected,
y = yagiUda('NumDirectors',1);
y = yagiUda('Exciter', dipole,'NumDirectors',1);
Tweaking its 'Exciter' parameter for what reason reorients the exciter, leaving other elements as is?

采纳的回答

Poorna
Poorna 2024-5-17
Hi Gaurav,
The behaviour you are seeing with the orientation of the exciters is expected.
If you don't specify the Exciter type while creating a yagiuda antenna, it takes the 'dipoleFolded' object as it's exciter and a 'dipoleFolded" exciter is a dipole folded antenna placed on the "xy" plane. This means that the length and width of the antenna is parallel to the xy-plane.
On the otherhand, When you specify exciter type to be a "dipole" then a strip dipole antenna is placed in the "yz" plane. This means that the length and width of the exciter antenna is parallel to the yz-plane.
You can adjust the tilt axis and tilt angle of the exciters by changing the "Tilt Axis" and "Tilt" properties of the exciter respectively.
To know more about the dipole and dipoleFolded antennas refer to the below documentation:
Hope this Helps!

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dipole Antennas 的更多信息

产品


版本

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by