THE AUDITORY MODELING TOOLBOX

Applies to version: 0.9.6

View the code

Go to function

GFB_ANALYZER_PROCESS - Process input data

Usage

[output, analyzer] = gfb_analyzer_process(analyzer, input);

Input parameters

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 parameters

output A matrix containing the analyzer's output signals. The rows correspond to the filter bands

Description

The analyzer processes the input data.