INTRP Function

Standard Library function that interpolates an array along one of its dimensions.

enabled.

Usage

    result = INTRP(a, n, x)

Input Parameters

a—An array.

n—An integer (≥ 0) designating the dimension to interpolate.

x—A one-dimensional array giving the coordinates at which to interpolate.

Returned Value

result—The array of interpolated slices perpendicular to dimension n.

Keywords

z—A strictly increasing 1D array of coordinates for dimension n (defaults to the indicies into this dimension).

Example

See wave/lib/user/examples/intrp_ex.

See Also

REBIN, RESAMP