public class PhaseMinusCodeCycleSlipDetector extends AbstractCycleSlipDetector
为了构建检测器,需要提供阈值和时间间隔限制。构建检测器后,可以访问一个CycleData列表。每个CycleData表示站点(由RINEX文件定义)与特定频率上的卫星之间的链接。对于每个循环数据,可以访问可用性的开始和结束,以及一个排序集,其中包含检测到循环滑移的所有日期
Constructor and Description |
---|
PhaseMinusCodeCycleSlipDetector(double dt, double threshold, int n, int order)
多项式单频循环滑移检测器构造函数。
|
Modifier and Type | Method and Description |
---|---|
protected void |
manageData(ObservationDataSet observation)
该方法负责收集测量值,管理它们,并调用检测方法。
|
cycleSlipDataSet, detect, getMaxTimeBeetween2Measurement, getMinMeasurementNumber, getResults, getStuffReference, setName
public PhaseMinusCodeCycleSlipDetector(double dt, double threshold, int n, int order)
dt
- 两个连续测量之间的时间间隔阈值(如果两个连续测量之间的时间大于dt,则声明发生循环滑移)
threshold
- 循环滑移发生的阈值
n
- 开始前的测量次数
order
- 多项式阶数
protected void manageData(ObservationDataSet observation)
manageData
在类 AbstractCycleSlipDetector
observation
- 观测数据集
Copyright © 2002-2023 CS GROUP. All rights reserved.