Class IonosphericApexCalculator
java.lang.Object
uk.m0nom.adifproc.comms.ionosphere.IonosphericApexCalculator
This code assumes a spherical model of the Earth
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublecalculateDistanceAcrossEarth(@NotNull PropagationApex apex) static PropagationApexcalculateDistanceOfApex(double h, double hfAntennaTakeoffAngleInDegrees) static doublecalculateDistanceToIonosphere(double h, double hfAntennaTakeoffAngleInDegrees) static doublecalculateDistanceToIonosphere2(double h, double hfAntennaTakeoffAngleInDegrees) Deprecated.static doublecalculateTakeoffAngleFromDistanceAcrossEarth(double de, double h)
-
Field Details
-
R
public static final double R- See Also:
-
-
Constructor Details
-
IonosphericApexCalculator
public IonosphericApexCalculator()
-
-
Method Details
-
calculateDistanceOfApex
public static PropagationApex calculateDistanceOfApex(double h, double hfAntennaTakeoffAngleInDegrees) -
calculateTakeoffAngleFromDistanceAcrossEarth
public static double calculateTakeoffAngleFromDistanceAcrossEarth(double de, double h) -
calculateDistanceToIonosphere
public static double calculateDistanceToIonosphere(double h, double hfAntennaTakeoffAngleInDegrees) -
calculateDistanceToIonosphere2
@Deprecated public static double calculateDistanceToIonosphere2(double h, double hfAntennaTakeoffAngleInDegrees) Deprecated. -
calculateDistanceAcrossEarth
-