LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Interpolate 1D Array function in labwindows cvi

Does anyone know of a labwindow corresponding function to the labview Interpolate 2d array ?

I am working on converting labview programs to labwindow/cvi and could use the help with this one.

 

Pete

0 Kudos
Message 1 of 3
(3,686 Views)

Hello Pete,

 

LabWindows/CVI does not have a built in function to do interpolation. In order to do the interpolation in CVI you would need to create your own code. I believe I found some code from another post that should work out for you (http://forums.ni.com/ni/board/message?board.id=180&requireLogin=False&thread.id=24187).  Let me know if this is what you are looking to do.

 

Best Regards,

 

Adam

Applications Engineer

National Instruments

http://www.ni.com/support  

National Instruments
Applications Engineer
0 Kudos
Message 2 of 3
(3,653 Views)

Adam,

 

Thanks for the info, i a have created my own interpolation function based on the labview application i am converting.  I am testing it now.

 

 

Pete

0 Kudos
Message 3 of 3
(3,645 Views)