public class EarthITU453AtmosphereRefraction extends Object implements AtmosphericRefractionModel
Refraction angle is computed according to the International Telecommunication Union recommendation formula. For reference, see ITU-R P.834-7 (October 2015).
Constructor and Description |
---|
EarthITU453AtmosphereRefraction(double altitude)
Creates a new default instance.
|
Modifier and Type | Method and Description |
---|---|
double |
getRefraction(double elevation)
Compute the refraction angle from the true (geometrical) elevation.
|
double |
getTheta0()
Get the station elevation angle under free-space propagation .
|
double |
getThetaMin()
Get the station minimal elevation angle.
|
public EarthITU453AtmosphereRefraction(double altitude)
altitude
- altitude of the ground station from which measurement is performed (m)public double getThetaMin()
public double getTheta0()
public double getRefraction(double elevation)
AtmosphericRefractionModel
getRefraction
in interface AtmosphericRefractionModel
elevation
- true elevation (rad)Copyright © 2002-2022 CS GROUP. All rights reserved.