LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sparse data interpolation [surface fit]

I've seen this problem before in the forums however, I'm still hitting a wall!

 

I have a set of sparse x, y, z data (see attached). I need to interpolate and populate a table with the interpolated valuesand finally get the surface plot. This topic was discussed in , http://forums.ni.com/ni/board/message?board.id=170&message.id=376161&query.id=73383#M376161 , but the VIs provided (also attached) would not work, could someone please tell me why. Other ways to attack this problem are also welcome.

 

Thanks!

Download All
0 Kudos
Message 1 of 4
(3,135 Views)

Hi cRIO,

 

Is the issue you receive an error or unexpected behavior from running these VIs, or that they are not providing you with a desired interpolation and surface plot?

Will
CLA, CLED, CTD, CPI
LabVIEW Champion
Choose Movement Consulting
choose-mc.com
0 Kudos
Message 2 of 4
(3,093 Views)

Did you ever solve this problem?


We are trying to do a 3d surface fit of a grid of sparse points and there is no built in vi in Labview that does this in one step.

 

Any solution?

 

Thanks. 

0 Kudos
Message 3 of 4
(2,915 Views)

What have you tried already?  There is a Mathscript command called intrp2d_uneven (used to be called griddata) which does interpolation of unevenly spaced grid points.  Have a look here too.

 

If this doesn't work for you, I've found Kriging interpolation to give good results for many cases.

0 Kudos
Message 4 of 4
(2,900 Views)