public abstract class AbstractSingleFrequencyCombination extends Object implements MeasurementCombination
Modifier | Constructor and Description |
---|---|
protected |
AbstractSingleFrequencyCombination(CombinationType type, SatelliteSystem system)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
CombinedObservationData |
combine(ObservationData phase, ObservationData pseudoRange)
使用单频测量组合合并观测数据。
|
CombinedObservationDataSet |
combine(ObservationDataSet observations)
使用测量组合合并观测数据。
|
protected abstract double |
getCombinedValue(double phase, double pseudoRange)
获取两个测量值的组合观测值。
|
String |
getName()
获取测量组合的名称。
|
protected AbstractSingleFrequencyCombination(CombinationType type, SatelliteSystem system)
type
- 测量组合类型
system
- 卫星系统
public String getName()
getName
在接口 MeasurementCombination
public CombinedObservationDataSet combine(ObservationDataSet observations)
combine
在接口 MeasurementCombination
observations
- 观测数据集
public CombinedObservationData combine(ObservationData phase, ObservationData pseudoRange)
phase
- 相位测量
pseudoRange
- 伪距测量
protected abstract double getCombinedValue(double phase, double pseudoRange)
phase
- 相位测量的观测值
pseudoRange
- 距离测量的观测值
Copyright © 2002-2023 CS GROUP. All rights reserved.