04-05-2010 01:31 AM
04-05-2010 02:12 AM - edited 04-05-2010 02:15 AM
Hey, thats my VI. 😄
Anyway, it is basically a 2D version of "interpolate 1D array".
This means you can index into a 2D array with noninteger indices and it will return a bilinearly interpolated value corresponding to the fractional index.
Have a look at this picture (from here😞
04-06-2010 09:27 PM
04-07-2010 10:27 AM
bagarman wrote:
I tried using your program a 64 * 64 matrix interpolated but failed.
04-16-2010 07:18 AM