public class MaxGapInterpolationGrid extends Object implements InterpolationGrid
该网格根据考虑的步长进行调整,这意味着对于较短的步长,网格将具有许多点。
Constructor and Description |
---|
MaxGapInterpolationGrid(double maxGap)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
double[] |
getGridPoints(double stepStart, double stepEnd)
获取在当前步长内的网格点。
|
public MaxGapInterpolationGrid(double maxGap)
maxGap
- 插值点之间的最大时间间隔
public double[] getGridPoints(double stepStart, double stepEnd)
步长由其开始时间和结束时间定义。
getGridPoints
在接口 InterpolationGrid
stepStart
- 步长的开始时间
stepEnd
- 步长的结束时间
Copyright © 2002-2023 CS GROUP. All rights reserved.