02-27-2015 11:17 AM
I am looking for a method to interpolate data points on a non liner curve.
The method I am trying to emulate in MATLAB is y1 = interp1(x,y,x1)
Essentially I am trying to supply my interpolate function two components of a curve (x & y). The x1 one value is an independent variable such as time.
Are there any built in features that would allow me to do this?
02-28-2015 10:34 PM
Hi Smooth,
Have you looked through the options in the "Curve Fitting" palette of the DIAdem Analysis panel? Or if you prefer a point by point linear interpolation, you can use the Linear Mapping function in the "Channel Functions" palette of DIAdem ANALYSIS panel.
Brad Turpin
DIAdem Product Support Engineer
National Instruments
03-02-2015 08:44 AM
Brad
Linear Mapping does the trick!
Thanks