public class PhaseMinusCodeCycleSlipDetector extends AbstractCycleSlipDetector
For building the detector, one should give a threshold and a gap time limit. After construction of the detectors, one can have access to a List of CycleData. Each CycleDate represents a link between the station (define by the RINEX file) and a satellite at a specific frequency. For each cycle data, one has access to the begin and end of availability, and a sorted set which contains all the date at which cycle-slip have been detected
| Constructor and Description |
|---|
PhaseMinusCodeCycleSlipDetector(double dt,
double threshold,
int n,
int order)
Polynomial single frequency cycle-slip detector Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
manageData(ObservationDataSet observation)
The method is in charge of collecting the measurements, manage them, and call the detection method.
|
cycleSlipDataSet, detect, getMaxTimeBeetween2Measurement, getMinMeasurementNumber, getResults, getStuffReference, setNamepublic PhaseMinusCodeCycleSlipDetector(double dt,
double threshold,
int n,
int order)
dt - time gap threshold between two consecutive measurement (if time between two consecutive measurement is greater than dt, a cycle slip is declared)threshold - threshold above which cycle-slip occursn - number of measurement before startingorder - polynomial orderprotected void manageData(ObservationDataSet observation)
manageData in class AbstractCycleSlipDetectorobservation - observation data setCopyright © 2002-2022 CS GROUP. All rights reserved.