필터 지우기
필터 지우기

Can any one give me the code for this plot (Radiation Pattern Hallen’s)

조회 수: 4 (최근 30일)
Osama Ali
Osama Ali 2018년 12월 14일
답변: RAGHUNATHRAJU DASHARATHA 2022년 9월 19일

답변 (1개)

RAGHUNATHRAJU DASHARATHA
RAGHUNATHRAJU DASHARATHA 2022년 9월 19일
As per my understanding you want to plot Hallen’s Radiation pattern. From the image I understand that the pattern looks like radiation pattern for dipole antenna
I would like to demonstrate it using below example
Antenna = design(dipole, 5000*1e6);
figure;
show(Antenna)
%%Antenna Analysis
% Define plot frequency
plotFrequency = 5*1e9;
% Define frequency range
freqRange = (4500:50:5500)*1e6;
% Reference Impedance
refImpedance = 50;
% Elevation
figure;
patternElevation(Antenna, plotFrequency,0,'Elevation',0:1:360);

카테고리

Help CenterFile Exchange에서 Antenna and Array Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by