THE AUDITORY MODELING TOOLBOX

This documentation page applies to an outdated AMT version (1.2.0). Click here for the most recent page.

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