public class BistaticRangeRateTroposphericDelayModifier extends BaseRangeRateTroposphericDelayModifier implements EstimationModifier<BistaticRangeRate>
通过计算与时间相关的对流层延迟差异,直接计算对流层校正对双靶距速的影响。
对于高达15 GHz的信号,对流层延迟不依赖于频率。
Constructor and Description |
---|
BistaticRangeRateTroposphericDelayModifier(DiscreteTroposphericModel model)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
void |
modify(EstimatedMeasurement<BistaticRangeRate> estimated)
对估计测量应用修饰符。
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRangeRate> estimated)
对估计测量应用修饰符,不包括导数。
|
getParametersDrivers, getTropoModel, rangeRateErrorTroposphericModel, rangeRateErrorTroposphericModel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, getParametersDrivers, isSupported
public BistaticRangeRateTroposphericDelayModifier(DiscreteTroposphericModel model)
model
- 适用于当前靶距速测量方法的对流层延迟模型。
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.