The Auditory Modeling Toolbox

Applies to version: 0.9.8

View the code

Go to function

HOHMANN2002PROCESS - Process input signal by filterbank object

Usage

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

Input parameters

obj An object created within the HOHMANN2002 filterbank framework by one of the following funtions: hohmann2002, hohmann2002filter, hohmann2002delay, hohmann2002synth, hohmann2002mixer.
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.