[output, analyzer] = gfb_analyzer_process(analyzer, input);
analyzer | A gfb_analyzer struct created from gfb_analyzer_new. The analyzer will be returned (with updated filter states) as the second output parameter |
input | Either a row vector containing the input signal to process, or a matrix containing different input signals for the different bands. Different rows correspond to different filter bands, while different colums correspond to different times. |
output | A matrix containing the analyzer's output signals. The rows correspond to the filter bands |
The analyzer processes the input data.