Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any function in measurement studio 8.6 to calculate either linear interpolation or splines on a set of data points

Solved!
Go to solution

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.

0 Kudos
Message 1 of 2
(6,492 Views)
Solution
Accepted by topic author tonitpp

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

 

 

0 Kudos
Message 2 of 2
(6,490 Views)