04-28-2010 02:39 PM
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
04-29-2010 12:50 PM
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
04-29-2010 04:28 PM
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