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