Antenna toolbox - YagiUda antenna
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Gaurav Sobti
am 29 Apr. 2024
Beantwortet: Poorna
am 17 Mai 2024
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?

0 Kommentare
Akzeptierte Antwort
Poorna
am 17 Mai 2024
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Dipole Antennas finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!