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 parameters.
|
void |
modify(EstimatedMeasurement<TDOA> estimated)
Apply a modifier to an estimated measurement.
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<TDOA> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
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 ParameterDriversProvider
public void modifyWithoutDerivatives(EstimatedMeasurementBase<TDOA> estimated)
EstimationModifier
modifyWithoutDerivatives
in interface EstimationModifier<TDOA>
estimated
- estimated measurement to modifypublic void modify(EstimatedMeasurement<TDOA> estimated)
EstimationModifier
modify
in interface EstimationModifier<TDOA>
estimated
- estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.