public class FixedNumberInterpolationGrid extends Object implements InterpolationGrid
该网格适应考虑的步长,意味着对于短步长,网格将很密集,而对于长步长,点之间将相距很远
Constructor and Description |
---|
FixedNumberInterpolationGrid(int pointsPerStep)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
double[] |
getGridPoints(double stepStart, double stepEnd)
获取当前步长内的网格点。
|
public FixedNumberInterpolationGrid(int pointsPerStep)
pointsPerStep
- 每步网格中的点数
public double[] getGridPoints(double stepStart, double stepEnd)
步长由其起始时间和结束时间定义。
getGridPoints
在接口 InterpolationGrid
stepStart
- 步长的起始点
stepEnd
- 步长的结束点
Copyright © 2002-2023 CS GROUP. All rights reserved.