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

MAY2011_FRAMEDATA - Frame data

Usage

frames = may2011_framedata(input,blockSize,hopSize,window,nFrames);

Input parameters

input input signal
blockSize length of one audio block [samples]
hopSize length of time shift between audio blocks [samples]
win vector containing the window coefficients

Output parameters

out processed audio

Description

may2011_framedata splits the input signal in blocks of length blockSize. The overlap between adjacent blocks is given by hopsize, and the desired window can be passed via win.