dguide EMTTOOL div

EMTTOOL >> EMTTOOL > dipole

dipole

gain of center-fed linear dipole of length L

Calling Sequence

[g, th, c] = dipole(L,Nth);

Parameters

L

dipole length in wavelengths

g

power gain evaluated at th

th

(Nth+1) equally-spaced polar angles in [0,pi]

c

gain normalization constant

Description

dipole(L,Nth) computes gain of center-fed linear dipole of length L. computes g(th) = c * [(cos(pi*L*cos(th)) - cos(pi*L)) / sin(th)]^2, where c normalizes to unity maximum, Hertzian dipole: L=0 and Half-wave dipole: L=1/2

Examples

See Also

Author

dguide EMTTOOL div