Class interpLinear
- java.lang.Object
-
- org.noise_planet.noisemodelling.emission.utils.interpLinear
-
public class interpLinear extends Object
Linear Interpolation Copy from https://github.com/mobilesec/timeseries-signal-processing/blob/master/Interpolation.java todo replace this by org.apache.commons.math3.analysis.interpolation- Author:
- Muhammad Muaaz
-
-
Constructor Summary
Constructors Constructor Description interpLinear()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double[]
interpLinear(double[] x, double[] y, double[] xi)
-
-
-
Method Detail
-
interpLinear
public static final double[] interpLinear(double[] x, double[] y, double[] xi) throws IllegalArgumentException
- Parameters:
x
-y
-xi
-- Returns:
- Throws:
IllegalArgumentException
-
-