Package uk.m0nom.adifproc.comms
Class TroposphericDuctingPropagation
java.lang.Object
uk.m0nom.adifproc.comms.TroposphericDuctingPropagation
- All Implemented Interfaces:
CommsLinkGenerator
Models tropospheric ducting which usual occur when there is a temperature inversion.
The signal gets 'trapped' in a 'duct' and travels in the duct for an extended distance
before being picked up by the contacted station.
Duct heights and base altitudes vary in reality but it is difficult to predict the exact ducting effect so this is an approximation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCommunicationsLink(TransformControl control, GlobalCoords3D start, GlobalCoords3D end, Adif3Record rec)
-
Constructor Details
-
TroposphericDuctingPropagation
public TroposphericDuctingPropagation()
-
-
Method Details
-
getCommunicationsLink
public CommsLinkResult getCommunicationsLink(TransformControl control, GlobalCoords3D start, GlobalCoords3D end, Adif3Record rec) - Specified by:
getCommunicationsLinkin interfaceCommsLinkGenerator
-