Antenna toolbox - YagiUda antenna
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gaurav Sobti
el 29 de Abr. de 2024
Respondida: Poorna
el 17 de Mayo de 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 comentarios
Respuesta aceptada
Poorna
el 17 de Mayo de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Dipole Antennas en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!