PO_matlab
ffpower.m File Reference

Computes the far-field power and normalized electric field in dB. More...

Functions

function ffpower (in Etheta, in Ephi, in eta)

Detailed Description

Computes the far-field power and normalized electric field in dB.

Given the far-field E-theta and E-phi components, this function computes the total electric field magnitude, corresponding power density, and converts both to decibel scales.

Parameters
EthetaTheta-polarized electric field component
EphiPhi-polarized electric field component
etaWave impedance of the medium [Ohms]
Return values
SdBPower density in decibels [dB]
EdBElectric field magnitude in decibels [dB]

Function Documentation

◆ ffpower()

function ffpower ( in Etheta,
in Ephi,
in eta )