Filter löschen
Filter löschen

How move the reflector or antenna in antenna toolbox?

8 Ansichten (letzte 30 Tage)
Victor Ruiz Escorihuela
Victor Ruiz Escorihuela am 1 Aug. 2022
Beantwortet: Kiran Ambekar am 29 Dez. 2022
Hello Matlab community,
I am working in Matlab 2022a with the antenna toolbox, and I would like to know if it is possible to move the reflector or the antenna, so that the antenna is not in the centre of the reflector.
Thank you very much.
  2 Kommentare
Shimon Elkin
Shimon Elkin am 1 Aug. 2022
Hi @Victor Ruiz Escorihuela can you elaborate on your question?
maybe a picture will help?
Victor Ruiz Escorihuela
Victor Ruiz Escorihuela am 1 Aug. 2022
I would like to go from the image where the dipole is in the centre to the other image where the dipole is on the side of the plane.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Kiran Ambekar
Kiran Ambekar am 29 Dez. 2022
I understand that you are using the reflector element from the antenna catalog and you want to rotate and move the dipole away from the center. You can achieve this by using the pcbStack object and its properties. This can be done in two ways:
1. Create the geomtery of the reflector and dipole antenna individually using antenna.Rectangle shape and its properties. Assign these shapes as metal layers in the pcbStack object with an 'Air' dielectric layer in between them. Define the feed location using FeedLocations property. Modify other properties of pcbStack related to the feed as per your requirement. Thus the reflector antenna design is ready.
2. Another way to achieve this design is by directly passing the reflector as an input argument to pcbStack. Then modify the Layers property to rotate the dipole and the FeedLocations property to move it away from the center of the reflector. To rotate the dipole, you can use either of rotate, rotateX, rotateY, or rotateZ functions. To move it away from the center of the reflector, you can use either the Center property of the antenna.Rectangle shape in the 3rd Layer pf pcbStack or use the translate function on the shape.
Regards,
Kiran

Kategorien

Mehr zu Get Started with Antenna Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by