09-26-2012 05:54 PM
Hi,
I have a set of (X,Y) values and I need to calculate either a linear interpolation or some type of spline (p.e linear) using these values so I would like to know whether NI Measurement Studio 8.6 provides some function implemented to achieve this.
Thanks in advance.
Solved! Go to Solution.
09-26-2012 06:36 PM
Following functions are available in NI Measurement Studio Enterprise Edition:
NationalInstruments.Analysis.Math.CurveFit.SplineInterpolation => For spline interpolation
NationalInstruments.Analysis.Math.CurveFit.PolynomialInterpolation => For polynomial interpolation