public class BistaticRangeRateIonosphericDelayModifier extends BaseRangeRateIonosphericDelayModifier implements EstimationModifier<BistaticRangeRate>
通过计算与时间相关的电离层延迟差异直接计算电离层校正对双靶距速的影响。
电离层延迟取决于信号的频率。
Constructor and Description |
---|
BistaticRangeRateIonosphericDelayModifier(IonosphericModel model, double freq)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
void |
modify(EstimatedMeasurement<BistaticRangeRate> estimated)
对估计测量应用修饰符。
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRangeRate> estimated)
对估计测量应用修饰符,不包括导数。
|
getIonoModel, getParametersDrivers, rangeRateErrorIonosphericModel, rangeRateErrorIonosphericModel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupported
public BistaticRangeRateIonosphericDelayModifier(IonosphericModel model, double freq)
model
- 适用于当前双靶距速测量方法的电离层延迟模型。
freq
- 信号的频率,单位为赫兹
public void modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRangeRate> estimated)
modifyWithoutDerivatives
在接口 EstimationModifier<BistaticRangeRate>
estimated
- 要修改的估计测量
public void modify(EstimatedMeasurement<BistaticRangeRate> estimated)
modify
在接口 EstimationModifier<BistaticRangeRate>
estimated
- 要修改的估计测量
Copyright © 2002-2023 CS GROUP. All rights reserved.