T
- the type of the measurement
public class PhaseCentersGroundReceiverBaseModifier<T extends GroundReceiverMeasurement<T>> extends Object
Constructor and Description |
---|
PhaseCentersGroundReceiverBaseModifier(FrequencyPattern stationPattern, FrequencyPattern satellitePattern)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
double |
oneWayDistanceModification(EstimatedMeasurementBase<T> estimated)
计算单程测量的距离修正。
|
double |
twoWayDistanceModification(EstimatedMeasurementBase<T> estimated)
对双程测距进行修正。
|
public PhaseCentersGroundReceiverBaseModifier(FrequencyPattern stationPattern, FrequencyPattern satellitePattern)
stationPattern
- 站点模式
satellitePattern
- 卫星模式
public double oneWayDistanceModification(EstimatedMeasurementBase<T> estimated)
estimated
- 要修改的估计测量值
public double twoWayDistanceModification(EstimatedMeasurementBase<T> estimated)
estimated
- 要修改的估计测量值
Copyright © 2002-2023 CS GROUP. All rights reserved.