[outsig, delay] = gfb_delay_process(delay, insig)
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 |
outsig | A real matrix containing the delay's output |
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.