Class interpLinear
java.lang.Object
org.noise_planet.noisemodelling.emission.utils.interpLinear
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic final double[]interpLinear(double[] x, double[] y, double[] xi)
-
Constructor Details
-
interpLinear
public interpLinear()
-
-
Method Details
-
interpLinear
public static final double[] interpLinear(double[] x, double[] y, double[] xi) throws IllegalArgumentException - Parameters:
x-y-xi-- Returns:
- Throws:
IllegalArgumentException
-