public class RelativisticClockRangeRateModifier extends AbstractRelativisticClockModifier implements EstimationModifier<RangeRate>
相对论时钟校正是由卫星的运动以及重力势能的变化引起的
Constructor and Description |
---|
RelativisticClockRangeRateModifier(double gm)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDriver> |
getParametersDrivers()
获取参数的驱动程序。
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)
对估计的测量应用修饰而不包括导数。
|
getScaleFactor, relativisticCorrection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
modify
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
public RelativisticClockRangeRateModifier(double gm)
gm
- 信号路径附近主体的引力常数。
public List<ParameterDriver> getParametersDrivers()
getParametersDrivers
在接口 ParameterDriversProvider
public void modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)
modifyWithoutDerivatives
在接口 EstimationModifier<RangeRate>
estimated
- 要修改的估计测量
Copyright © 2002-2023 CS GROUP. All rights reserved.