ITS.Propagation.LFMF 1.1
Part of the NTIA/ITS Propagation Library
|
Implements a function to calculate the ground wave field strength. More...
Functions | |
double | ITS::Propagation::LFMF::ResidueSeries (const double k, const double h_1__km, const double h_2__km, const double nu, const double theta__rad, const std::complex< double > q) |
Calculates the groundwave field strength using the Residue Series method. | |
Implements a function to calculate the ground wave field strength.
double ITS::Propagation::LFMF::ResidueSeries | ( | const double | k, |
const double | h_1__km, | ||
const double | h_2__km, | ||
const double | nu, | ||
const double | theta__rad, | ||
const std::complex< double > | q ) |
Calculates the groundwave field strength using the Residue Series method.
[in] | k | Wavenumber, in rad/km |
[in] | h_1__km | Height of the lower antenna, in km |
[in] | h_2__km | Height of the higher antenna, in km |
[in] | nu | Intermediate value, pow(a_e__km * k / 2.0, THIRD); |
[in] | theta__rad | Angular distance of path, in radians |
[in] | q | Intermediate value -j*nu*delta |