How does Matlab calculate an antenna's input impedance?

3 ビュー (過去 30 日間)
EMCanuck1
EMCanuck1 2021 年 5 月 19 日
回答済み: Arthi Sathyamurthi 2021 年 7 月 29 日
When I use the impedance(ant,f) function, I get an answer for the input impedance (Zin) of the antenna, but how is Zin related to the surface current density matrix obtained using current(ant,f) ? I am having difficulty calculating Zin = Vin/Iin manually to validate Zin. I am using a custom mesh such as the one here
[K,p] = c.current(100e6); % K is a surface current density in A/m
Zin = c.impedance(100e6) % how is Zin related to K?
Thanks!

回答 (1 件)

Arthi Sathyamurthi
Arthi Sathyamurthi 2021 年 7 月 29 日
Hello,
Once the custom mesh and feedpoint is created, the impedance function calculates the input impedance of the antenna by finding the feed edge and further calculating the current from the same. The input impedance calculation necessarily does not take the current distribution on the array surface.

カテゴリ

Help Center および File ExchangeAntennas, Microphones, and Sonar Transducers についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by