public class BistaticRangeRateIonosphericDelayModifier extends BaseRangeRateIonosphericDelayModifier implements EstimationModifier<BistaticRangeRate>
The effect of ionospheric correction on the bistatic range-rate is directly computed through the computation of the ionospheric delay difference with respect to time.
The ionospheric delay depends on the frequency of the signal.
| Constructor and Description |
|---|
BistaticRangeRateIonosphericDelayModifier(IonosphericModel model,
double freq)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
modify(EstimatedMeasurement<BistaticRangeRate> estimated)
Apply a modifier to an estimated measurement.
|
getIonoModel, getParametersDrivers, rangeRateErrorIonosphericModel, rangeRateErrorIonosphericModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParametersDriverspublic BistaticRangeRateIonosphericDelayModifier(IonosphericModel model, double freq)
model - Ionospheric delay model appropriate for the current range-rate measurement method.freq - frequency of the signal in Hzpublic void modify(EstimatedMeasurement<BistaticRangeRate> estimated)
modify in interface EstimationModifier<BistaticRangeRate>estimated - estimated measurement to modifyCopyright © 2002-2022 CS GROUP. All rights reserved.