public class WideLaneCombination extends AbstractDualFrequencyCombination
This combination are used to create a signal with a significantly wide wavelength. This longer wavelength is useful for cycle-slips detection and ambiguity fixing
f1 * m1 - f2 * m2 mWL = ----------------------- f1 - f2With:
Wide-Lane combination is a dual frequency combination.
The two measurements shall have different frequencies but they must have the same MeasurementType
.
MHZ_TO_HZ
Modifier and Type | Method and Description |
---|---|
protected double |
getCombinedFrequency(Frequency f1,
Frequency f2)
Get the combined frequency of two measurements.
|
protected double |
getCombinedValue(double obs1,
Frequency f1,
double obs2,
Frequency f2)
Get the combined observed value of two measurements.
|
combine, combine, getName
protected double getCombinedValue(double obs1, Frequency f1, double obs2, Frequency f2)
getCombinedValue
in class AbstractDualFrequencyCombination
obs1
- observed value of the first measurementf1
- frequency of the first measurementobs2
- observed value of the second measurementf2
- frequency of the second measurementprotected double getCombinedFrequency(Frequency f1, Frequency f2)
getCombinedFrequency
in class AbstractDualFrequencyCombination
f1
- frequency of the first measurementf2
- frequency of the second measurementCopyright © 2002-2021 CS GROUP. All rights reserved.