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

hohmann2002_process - Process input signal by filterbank object

Usage

[outsig, obj] = hohmann2002_process(obj, insig);

Input parameters

obj An object created within the HOHMANN2002 filterbank framework by one of the following funtions: hohmann2002, hohmann2002_filter, hohmann2002_delay, hohmann2002_synth, hohmann2002_mixer.
insig Either a row vector containing the input signal to process, or a matrix containing different input signals for the different frequency bands. Different rows correspond to different filter bands, while different colums correspond to different times.

Output parameters

outsig A matrix containing the processed output signals. The rows correspond to the filter bands.
obj The original object with updated filter states.

References:

V. Hohmann. Frequency analysis and synthesis using a gammatone filterbank. Acta Acustica united with Acoustica, 88(3):433-442, 2002.