THE AUDITORY MODELING TOOLBOX

This documentation applies to the most recent AMT version (1.6.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