Interpolation functions

Revision as of 23:54, 12 December 2015 by Bbecane (talk | contribs)

These three functions interpolate across arrays. Given arrays y and x with a common index i, these functions interpolate a value for y corresponding to value v along the x axis.

Chapter12 3.png

LinearInterp() and CubicInterp() use these variables:

Index_a:

a b c

Index_b:

1 2 3


See Also

Comments


You are not allowed to post comments.