public class RangeRateIonosphericDelayModifier extends BaseRangeRateIonosphericDelayModifier implements EstimationModifier<RangeRate>
自10.0版本以来,使用自动微分计算状态导数和电离层参数导数。
Constructor and Description |
---|
RangeRateIonosphericDelayModifier(IonosphericModel model, double freq, boolean twoWay)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
void |
modify(EstimatedMeasurement<RangeRate> estimated)
对估计的测量应用修饰符。
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)
对估计的测量应用修饰符,不包括导数。
|
protected <T extends org.hipparchus.CalculusFieldElement<T>> |
rangeRateErrorIonosphericModel(GroundStation station, FieldSpacecraftState<T> state, T[] parameters)
计算由电离层引起的测量误差。
|
protected double |
rangeRateErrorIonosphericModel(GroundStation station, SpacecraftState state)
计算由电离层引起的测量误差。
|
getIonoModel, getParametersDrivers
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupported
public RangeRateIonosphericDelayModifier(IonosphericModel model, double freq, boolean twoWay)
model
- 适用于当前测量方法的电离层延迟模型。
freq
- 信号的频率(Hz)
twoWay
- 指示测量是否为双向的标志。
protected double rangeRateErrorIonosphericModel(GroundStation station, SpacecraftState state)
rangeRateErrorIonosphericModel
在类 BaseRangeRateIonosphericDelayModifier
station
- 站点
state
- 太空船状态
protected <T extends org.hipparchus.CalculusFieldElement<T>> T rangeRateErrorIonosphericModel(GroundStation station, FieldSpacecraftState<T> state, T[] parameters)
rangeRateErrorIonosphericModel
在类 BaseRangeRateIonosphericDelayModifier
T
- 元素的类型
station
- 站点
state
- 太空船状态
parameters
- 电离层模型参数
public void modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)
modifyWithoutDerivatives
在接口 EstimationModifier<RangeRate>
estimated
- 要修改的估计测量
public void modify(EstimatedMeasurement<RangeRate> estimated)
modify
在接口 EstimationModifier<RangeRate>
estimated
- 要修改的估计测量
Copyright © 2002-2023 CS GROUP. All rights reserved.