필터 지우기
필터 지우기

How move the reflector or antenna in antenna toolbox?

조회 수: 8 (최근 30일)
Victor Ruiz Escorihuela
Victor Ruiz Escorihuela 2022년 8월 1일
답변: Kiran Ambekar 2022년 12월 29일
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
Shimon Elkin
Shimon Elkin 2022년 8월 1일
Hi @Victor Ruiz Escorihuela can you elaborate on your question?
maybe a picture will help?
Victor Ruiz Escorihuela
Victor Ruiz Escorihuela 2022년 8월 1일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Kiran Ambekar
Kiran Ambekar 2022년 12월 29일
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

카테고리

Help CenterFile Exchange에서 Get Started with Antenna Toolbox에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by