Field Calculation in Antennas
Field Calculation in Metal Antennas
The electromagnetic analysis of an antenna or array starts from determining its equivalent current density. You can compute the current density using the field boundary conditions on the antenna’s surface or volume.
Incident excitation field Ei induces equivalent current J to produce scattered fields Es and Hs.
Use the method-of-moments (MoM) technique described in Method of Moments Solver for Metal Structures to calculate the equivalent current density for metal only antennas. For the MoM
technique, you can express the total current density as a weighted linear
combination of N
number basis functions
(fnM)
as
Where the weighting coefficient of the nth basis function is In. After calculating the current the current density vector J, compute the scattered electric (Es) and magnetic (Hs) fields
The curl of the magnetic vector potential gives the scattered magnetic field of the metal antenna
where the location of the source current density is r' and the observation location is r. The free-space Green’s function is
where the free-space propagation constant is k. The observation location can be either in the near field region or in the far-field region with respect to the source current location. For a certain observation location each of the electric field EsM and magnetic field HsM is a 3-by-1 vector with components along three orthogonal co-ordinate axes. If the observation location is in the far-field region, the radial components of the electric and magnetic fields are negligible.
Field Calculation in Metal-Dielectric Antenna
For a metal-dielectric antenna, the total scattered electric and magnetic fields are a superposition of the fields ,(EsM,HsM) due to the metal surface current and the fields (EsDHsD) due to volume polarization current of the dielectric. In Method of Moments Solver for Metal and Dielectric Structures, the fields due to the dielectric current are given by:
So the total scattered field from metal to dielectric is:
Field Parameters
The electric and magnetic fields at a near or far-field location is determined
using the EHfields
function.
Directivity
Radiation intensity of the antenna for a far-field sphere of radius R is
By default, R = 100λ
is considered in Antenna Toolbox™ for pattern calculation. The free-space wavelength at minimum
frequency is λ.
For a far-field location, the default electric field is a 3-by-1 vector with Cartesian coordinates of:
r and i subscripts denote the real and imaginary parts of the X-, Y-, and Z-components of the electric field.
The absolute magnitude of the Es(R,θ,φ) is:
Total radiated power is:
The directivity of an antenna is:
Gain
If the antenna has finite amount of conduction loss and dielectric loss, the total radiated power is:
where the resistive power is Pin and the power dissipation due to finite conductivity and non-zero loss tangent of the dielectric is Ploss. The radiation efficiency of the antenna is:
The gain of the antenna is defined as:
Use efficiency
to determine the radiation efficiency of an antenna
or an array.
The equivalent isotropically radiated power or effective isotropically radiated power (EIRP) is an important parameter to characterize antenna’s radiation performance. The IEEE definition of EIRP in a given direction (θ,ϕ) is:
Realized Gain
If a single feed antenna is connected to an excitation port impedance of ZL and its corresponding scattering parameter is S11, the realized gain of the antenna is:
From the previous relations of different pattern functions, the directivity does not consider any loss. The material loss is considered in the gain. The realized gain considers both the material loss and port mismatch loss.
For single port antenna, the port mismatch is characterized by the port efficiency parameter:
For multi-port antenna and arrays, the port efficiency is:
In multiple input multiple output antenna (MIMO) array, total active reflection coefficient (TARC) parameter is used as an equivalent to S11 parameter of a single port antenna. The TARC is mathematically defined in 4.
Consider [S] as the scattering matrix of a multi-port network, the port efficiency is:
where [I] is an identity matrix with the same dimension of [S]. The amplitude taper and phase taper of the nth excitation port is |an| and ⎳an.
The default electric field Es(R,θ,φ) is a 3-by-1 complex vector. The absolute magnitude of Es(R,θ,φ) is:
The phase computation of pattern requires specification of polarization. Based on the polarization the electric fields are:
Vertical polarization the electric field is ẼS(R,θ,φ)=Eθ
Horizontal polarization the electric field is ẼS(R,θ,φ)=Eφ
Right-hand circular polarization electric field is ẼS(R,θ,φ) =
Left-hand circular polarization electric field is ẼS(R,θ,φ) =
Eθ and Eφ are the components of the electric field along the θ and φ axes in the conventional spherical co-ordinate system. Based on the ‘Polarization’, the phase of the electric field is:
ESphase(R,θ,φ)=⎳ẼS(R,θ,φ).
In pattern
, the options for
Type name-value pair is
defined as:
'directivity': Directivity = 10log10|D(θ,φ)| in dBi
'gain': Gain = 10log10|G(θ,φ)| in dBi
'realizedgain': Realized gain = 10log10|GR(θ,φ)| in dBi
'efield': Electric field magnitude = ESabs(R,θ,φ) in volt per meter
'power': Power = |ESabs(R,θ,φ)|2 in volt per meter squared
'powerdB': Power = 20log10|ESabs(R,θ,φ)| in dB
'phase': Phase = ESphase(R,θ,φ) in degrees
For lossless antennas, the default value for Type
name-value pair is ‘directivity’
. For lossy antennas, the
default value for Type
name-value pair is
‘gain’
. The radiated power
(Prad) is different from
Type
as ‘power’
.
For a detailed example on the pattern function, see Field Analysis of Monopole Antenna.