Owning Palette: Filters PtByPt VIs
Requires: Full Development System
Filters x using the FIR filter specified by Forward Coefficients.
Note By default, reentrant execution is enabled in all Point By Point VIs. |
Add to the block diagram | Find on the palette |
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.