12#ifndef WSFEM_EARCE_ATTENUATION_HPP
13#define WSFEM_EARCE_ATTENUATION_HPP
36 static double ATMABS(
double aALT,
double aFRQGHZ);
38 static double ATNEAR(
double aRNGIN,
double aANGIN,
double aFREQIN,
double aEFFRAD);
40 static double EARCAL(
double aDIST3D,
double aELEV,
double aFREQ,
double aEFRAD);
42 static int EARPOS(
int aCOUNT,
const double aARRAY[],
double aVALUE);
WsfEM_Attenuation()
Definition WsfEM_Attenuation.cpp:25
static WsfEM_Attenuation * ObjectFactory(const std::string &aTypeName)
Definition WsfEM_EARCE_Attenuation.cpp:34546
WsfEM_EARCE_Attenuation()=default
double ComputeAttenuationFactorP(double aRange, double aElevation, double aAltitude, double aFrequency) override
Definition WsfEM_EARCE_Attenuation.cpp:34565
WsfEM_Attenuation * Clone() const override
Definition WsfEM_EARCE_Attenuation.cpp:34558