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).
[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.