public abstract class AbstractSingleFrequencyCombination extends Object implements MeasurementCombination
Modifier | Constructor and Description |
---|---|
protected |
AbstractSingleFrequencyCombination(CombinationType type,
SatelliteSystem system)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CombinedObservationData |
combine(ObservationData phase,
ObservationData pseudoRange)
Combines observation data using a single frequency combination of measurements.
|
CombinedObservationDataSet |
combine(ObservationDataSet observations)
Combines observation data using a combination of measurements.
|
protected abstract double |
getCombinedValue(double phase,
double pseudoRange)
Get the combined observed value of two measurements.
|
String |
getName()
Get the name of the combination of measurements.
|
protected AbstractSingleFrequencyCombination(CombinationType type, SatelliteSystem system)
type
- combination of measurements typesystem
- satellite systempublic String getName()
getName
in interface MeasurementCombination
public CombinedObservationDataSet combine(ObservationDataSet observations)
combine
in interface MeasurementCombination
observations
- observation data setpublic CombinedObservationData combine(ObservationData phase, ObservationData pseudoRange)
phase
- phase measurementpseudoRange
- pseudoRange measurementprotected abstract double getCombinedValue(double phase, double pseudoRange)
phase
- observed value of the phase measurementpseudoRange
- observed value of the range measurementCopyright © 2002-2020 CS GROUP. All rights reserved.