THE AUDITORY MODELING TOOLBOX

Applies to version: 1.4.0

View the code

Go to function

INTERPOLATION - performs cubic, pchip, or linear interpolation

Usage:

out = interpolation(xx, yy, x, method);

Description:

interpolation finds the values of the underlying function yy=F(xx) at x via pchip, cubic, or linear interpolation