Class 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 Detail

      • getCombinedValue

        protected double getCombinedValue​(double phase,
                                          double pseudoRange)
        Get the combined observed value of two measurements.
        Specified by:
        getCombinedValue in class AbstractSingleFrequencyCombination
        Parameters:
        phase - observed value of the phase measurement
        pseudoRange - observed value of the range measurement
        Returns:
        combined observed value