Filters x using the FIR filter specified by Forward Coefficients.

![]() |
initialize, when TRUE, initializes the internal state of the VI. |
![]() |
x is the input signal to filter. |
![]() |
Forward Coefficients is the IIR filter specification. |
![]() |
Filtered x contains the result of filtering the input sequence x by convolution. |
![]() |
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
If Y represents the set of Filtered x, the elements of Y are obtained using
,
where xi–j is an array of input data and bj is the Forward Coefficients array.