Reset
The method resets the internal status of the filter. The current output value y[n] consists of the current input value x[n] and past input and output values (x[n-k] and y[n-k], k > 0). Resetting the function block returns the filter to its original state, i.e. without any influence from the past. The filter is thus reset to the last configuration state.
See also: Digital filters
Syntax
METHOD Reset : BOOL
Return value
Name | Type | Description |
---|---|---|
Reset | BOOL | Returns TRUE if the internal status of the filter was successfully reset. |