THE AUDITORY MODELING TOOLBOX

Applies to version: 0.9.2

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.