LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Labview for Interpolation by minimum curvature method

Hi,

I'm currently seeking a VI that will enable me to
use Labview for Interpolation by minimum curvature method.

Can anyone help me? I'm looking for something that will
Interpolate values Z at known points with coordinates X, Y
to values ZI at points with coordinates XI, YI.

Regards,
Gilles
0 Kudos
Message 1 of 3
(2,604 Views)
Gilles,

LabVIEW doesn't have a function that will spline a three point surface plot. I would recommend looking into a statistical analysis book and find a formula to set up a 3 point spline function. Then enter that function into the formula node in LV. I hope this helps
Cyril Bouton
Active LabVIEW Developper
0 Kudos
Message 2 of 3
(2,604 Views)
Hi Cyril,

Thanks for your followup! Any idea where I can find such
a formula/book?

Regards,
Gilles

Cyril wrote in message news:<506500000005000000196D0000-1017707437000@exchange.ni.com>...
> Gilles,
>
> LabVIEW doesn't have a function that will spline a three point surface
> plot. I would recommend looking into a statistical analysis book and
> find a formula to set up a 3 point spline function. Then enter that
> function into the formula node in LV. I hope this helps
0 Kudos
Message 3 of 3
(2,604 Views)