public class TurnAroundRangeIonosphericDelayModifier extends Object implements EstimationModifier<TurnAroundRange>
自10.0版本以来,使用自动微分计算状态导数和电离层参数导数。
Constructor and Description |
---|
TurnAroundRangeIonosphericDelayModifier(IonosphericModel model, double freq)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDriver> |
getParametersDrivers()
获取参数的驱动程序。
|
void |
modify(EstimatedMeasurement<TurnAroundRange> estimated)
对估计测量应用修饰符。
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated)
对估计测量应用修饰符,不包括导数。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
public TurnAroundRangeIonosphericDelayModifier(IonosphericModel model, double freq)
model
- 适用于当前TurnAroundRange测量方法的电离层延迟模型。
freq
- 信号的频率,单位为赫兹
public List<ParameterDriver> getParametersDrivers()
getParametersDrivers
在接口 ParameterDriversProvider
public void modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated)
EstimationModifier
modifyWithoutDerivatives
在接口 EstimationModifier<TurnAroundRange>
estimated
- 要修改的估计测量
public void modify(EstimatedMeasurement<TurnAroundRange> estimated)
EstimationModifier
modify
在接口 EstimationModifier<TurnAroundRange>
estimated
- 要修改的估计测量
Copyright © 2002-2023 CS GROUP. All rights reserved.