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_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.