Class AbstractSingleFrequencyCombination

    • Constructor Detail

      • AbstractSingleFrequencyCombination

        protected AbstractSingleFrequencyCombination​(CombinationType type,
                                                     SatelliteSystem system)
        Constructor.
        Parameters:
        type - combination of measurements type
        system - satellite system
    • Method Detail

      • getName

        public String getName()
        Get the name of the combination of measurements.
        Specified by:
        getName in interface MeasurementCombination
        Returns:
        name of the combination of measurements
      • combine

        public CombinedObservationData combine​(ObservationData phase,
                                               ObservationData pseudoRange)
        Combines observation data using a single frequency combination of measurements.
        Parameters:
        phase - phase measurement
        pseudoRange - pseudoRange measurement
        Returns:
        a combined observation data
      • getCombinedValue

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