THE AUDITORY MODELING TOOLBOX

This documentation page applies to an outdated major AMT version. We show it for archival purposes only.
Click here for the documentation menu and here to download the latest AMT (1.6.0).

View the code

Go to function

FILTERBANK_INIT - Wrapper around filter to multiple filters

Usage

outsig=filterbank_init(b,a);
outsig=filterbank_init(b,a,nsigs,hopsize);

Description

fb=filterbank_init(b,a) creates a filterbank structure fb for use with filterbank_block. The filterbank will filter the input signals with the filters described in b and a.

fb=filterbank_init(b,a,nsigs) does the same assuming that the input to filterbank_block will consist of nsigs signal at once.