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, filter] = gfb_filter_process(filter, input)
filter | A gfb_Filter struct created from gfb_filter_new. The filter will be returned with an updated filter state as the second return parameter |
input | A vector containing the input signal to process |
output | A vector containing the filter's output signal |
The filter processes the input data.