Skip to main content

Interp2D

Interp2D (srcWaveName, x, y)

The Interp2D function returns a double precision number as the bilinear interpolation value at the specified coordinates of the source wave. It returns NaN if the point is outside the source wave domain or if the source wave is complex.

Parameters

srcWaveName is the name of a 2D wave which must be real.

x is the X location of the interpolated point.

y is the Y location of the interpolated point.

See Also

ImageInterpolate