フィルターのクリア

plotting dipole radiation pattern

3 ビュー (過去 30 日間)
neil whitesell
neil whitesell 2020 年 11 月 30 日
回答済み: Shashank Kulkarni 2021 年 12 月 13 日
im trying to figure out where to add dipole radius and gap distance into this program below so i can plot the far field dipole
radition in the E-plane
i have this so far--v
%Wavelength
lam = .5;
%Dipole antanna
L = .68*lam;
%Phase constant
B = 2*pi/lam;
t = 0:0.01:2*pi;
% Far-field pattern equation
E2 = abs((cos(B*L/2*cos(t))-cos(B*L/2))./sin(t)).^2;
figure()
polar(t,E2)

回答 (1 件)

Shashank Kulkarni
Shashank Kulkarni 2021 年 12 月 13 日
You can use Antenna Toolbox to solve this using two lines of code
ant = design(dipole, 100e6);
pattern(ant, 100e6);

カテゴリ

Help Center および File ExchangeAntennas and Electromagnetic Propagation についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by