From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cubic spline interpolation coefficients

Hello, everybody,
I would like to read calibration data from a calorimeter as a table (resistance-Y and temperature-X) and determine the X value from these using a cubic spline interpolation for the calibration, to get any mesured Y values. In other words, I would like the individual parameters of the cubic spline in the respective interval. In addition, each individual calibration value has its own balance parameter (measurement error).
Is it possible to set something like this, because I tried it with the different spline VI's but it's not really working...?

Or should I write a programm in Python or C++ and implement it.

 

0 Kudos
Message 1 of 2
(1,159 Views)

A spline is not a model that represents any physical phenomena. Do you have a theory how the data should look like? In that case, fit it to a nonlinear model that represents the theory. Can you show us some example data and what you have tried?

0 Kudos
Message 2 of 2
(1,116 Views)