필터 지우기
필터 지우기

Antenna toolbox feed point

조회 수: 7 (최근 30일)
fabrizio restori
fabrizio restori 2021년 1월 17일
답변: Chandu 2022년 3월 4일
I'm trying to use the Matlab antenna toolbox, and I have some doubts.
I've used the designer for a dipole antenna. I saw one single feed point, but a dipole must have a centered feed between the two arms, not a single point.
What I've missed about the feed point?
Thanks,
Fabrizio

답변 (1개)

Chandu
Chandu 2022년 3월 4일
Hi,
Feed point on the Antenna is where the radio frequency electrical power is applied. In Antenna Toolbox, by default the feed point is at the centre of the Dipole Antenna. Strip Dipole Antenna can be created by the following MATLAB command (where the Feed point is at the centre),
d=dipole
If the Feed point needs to be moved between the two arms of the dipole, use the following command,
d=dipole (FeedOffset, Value)
The "Value" represents the offset distance from the centre of the Dipole Antenna. Note that “Value” should lie in the range [0,1].
You can also refer to dipole antenna MathWorks Documentation for further reference.

카테고리

Help CenterFile Exchange에서 Analysis, Benchmarking, and Verification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by