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

GFB_DELAY_PROCESS - Filterbank delay processing

Usage

[outsig, delay] = gfb_delay_process(delay, insig)

Input parameters

delay A gfb_delay structure created from gfb_delay_new. The delay will be returned with updated delayline states as the second return parameter
insig A complex matrix containing the signal to delay. Each row corresponds to a filterbank band

Output parameters

outsig A real matrix containing the delay's output

Description

gfb_delay_process(delay, insig) will delay each band (row) of the input data insig by a band-dependent amount of samples, then multiplied with a band-dependent complex constant. Finally, the real part of this product will be returned.