public class TDOAIonosphericDelayModifier extends Object implements EstimationModifier<TDOA>
The effect of ionospheric correction on the TDOA is a time delay computed directly from the difference in ionospheric delays for each downlink.
The ionospheric delay depends on the frequency of the signal.
| Constructor and Description |
|---|
TDOAIonosphericDelayModifier(IonosphericModel model,
double freq)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<TDOA> estimated)
Apply a modifier to an estimated measurement.
|
public TDOAIonosphericDelayModifier(IonosphericModel model, double freq)
model - ionospheric model appropriate for the current TDOA measurement methodfreq - frequency of the signal in Hzpublic List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface EstimationModifier<TDOA>public void modify(EstimatedMeasurement<TDOA> estimated)
EstimationModifiermodify in interface EstimationModifier<TDOA>estimated - estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.