Class PhaseMinusCodeCombination
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.AbstractSingleFrequencyCombination
-
- org.orekit.estimation.measurements.gnss.PhaseMinusCodeCombination
-
- All Implemented Interfaces:
MeasurementCombination
public class PhaseMinusCodeCombination extends AbstractSingleFrequencyCombination
Phase minus Code combination.This combination is a single frequency combination of measurements that can be used for cycle-slip detection.
mf = Φf - Rf
With:- mf : Phase minus Code measurement.
- Φf : Phase measurement.
- Rf : Code measurement.
- f : Frequency.
- Since:
- 10.1
- Author:
- Bryan Cazabonne
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected double
getCombinedValue(double phase, double pseudoRange)
Get the combined observed value of two measurements.-
Methods inherited from class org.orekit.estimation.measurements.gnss.AbstractSingleFrequencyCombination
combine, combine, getName
-
-
-
-
Method Detail
-
getCombinedValue
protected double getCombinedValue(double phase, double pseudoRange)
Get the combined observed value of two measurements.- Specified by:
getCombinedValue
in classAbstractSingleFrequencyCombination
- Parameters:
phase
- observed value of the phase measurementpseudoRange
- observed value of the range measurement- Returns:
- combined observed value
-
-