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 this modifier parameters.
|
void |
modify(EstimatedMeasurement<TDOA> estimated)
Apply a modifier to an estimated measurement.
|
public TDOATroposphericDelayModifier(DiscreteTroposphericModel model)
model - tropospheric model appropriate for the current TDOA measurement method.public List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface EstimationModifier<TDOA>public void modify(EstimatedMeasurement<TDOA> estimated)
modify in interface EstimationModifier<TDOA>estimated - estimated measurement to modifyCopyright © 2002-2022 CS GROUP. All rights reserved.