public class TDOATroposphericDelayModifier extends Object implements EstimationModifier<TDOA>
The effect of tropospheric correction on the TDOA is a time delay computed directly from the difference in tropospheric delays for each downlink.
Tropospheric delay is not frequency dependent for signals up to 15 GHz.
| Constructor and Description |
|---|
TDOATroposphericDelayModifier(DiscreteTroposphericModel model)
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, waitgetNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupportedpublic TDOATroposphericDelayModifier(DiscreteTroposphericModel model)
model - tropospheric model appropriate for the current TDOA measurement method.public List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface ParameterDriversProviderpublic void modifyWithoutDerivatives(EstimatedMeasurementBase<TDOA> estimated)
modifyWithoutDerivatives in interface EstimationModifier<TDOA>estimated - estimated measurement to modifypublic void modify(EstimatedMeasurement<TDOA> estimated)
modify in interface EstimationModifier<TDOA>estimated - estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.