Filter löschen
Filter löschen

yagi uda radiation pattern

12 Ansichten (letzte 30 Tage)
venkateswararao
venkateswararao am 27 Aug. 2011
Kommentiert: venkateswararao am 11 Jul. 2024 um 7:35
sir/madam i require the electric field equation for yagi uda antenna from which i can write a matlab program.I found it in balanis text book.But is it necessary to use method of moments technique for getting the radiation pattern?Don't we have any other way for getting the field pattern?
  1 Kommentar
Walter Roberson
Walter Roberson am 27 Aug. 2011
Your tags include "using matlab", but your question is about the theory of electric field equations.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Veera Kanmani
Veera Kanmani am 20 Apr. 2018

Sreeja
Sreeja am 7 Jul. 2024 um 14:32
freq = 400e6; lambda = 3e8 / freq; L = lambda / 2; d = lambda / 4; N = 5;
elements = zeros(N, 3); for i = 1:N elements(i, :) = [i * d, 0, L]; end
plot3(elements(:, 1), elements(:, 2), elements(:, 3), 'o-');
  1 Kommentar
Sreeja
Sreeja am 7 Jul. 2024 um 14:36
freq = 400e6; lambda = 3e8 / freq; L = lambda / 2; d = lambda / 4; N = 5;
elements = zeros(N, 3); for i = 1:N elements(i, :) = [i * d, 0, L]; end
plot3(elements(:, 1), elements(:, 2), elements(:, 3), 'o-');

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Language Fundamentals finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by