Butterworth Coefficients VI
- Updated2025-07-30
- 4 minute(s) read
Generates the set of filter coefficients to implement an IIR filter as specified by the Butterworth filter model.
You can pass these filter coefficients, IIR Filter Cluster, to the IIR Cascade Filter VI to filter a sequence of data.

Inputs/Outputs
filter structure option
—
filter structure option specifies the order of the IIR cascade filter in IIR Filter Cluster.
filter type
—
filter type specifies the passband of the filter.
sampling freq: fs
—
sampling freq: fs is the sampling frequency in Hz and must be greater than zero. The default is 1.0 Hz. If sampling freq: fs is less than or equal to zero, the VI sets Reverse Coefficients and Forward Coefficients to empty arrays and returns an error.
high cutoff freq: fh
—
high cutoff freq: fh is the high cutoff frequency in Hz. The default is 0.45 Hz. The VI ignores this parameter when filter type is 0 (Lowpass) or 1 (Highpass). When filter type is 2 (Bandpass) or 3 (Bandstop), high cutoff freq: fh must be greater than low cutoff freq: fl and observe the Nyquist criterion.
low cutoff freq: fl
—
low cutoff freq: fl is the low cutoff frequency in Hz and must observe the Nyquist criterion.
If low cutoff freq: fl is less than zero or greater than half the sampling frequency, this VI sets Reverse Coefficients and Forward Coefficients to empty arrays and returns an error.
Note All cutoff frequencies must be less than half the sampling frequency.
order
—
order is the order of the IIR filter and must be greater than zero. If order is less than or equal to zero, the VI sets Reverse Coefficients and Forward Coefficients to empty arrays and returns an error.
IIR Filter Cluster
—
IIR Filter Cluster contains the cascaded form of IIR filter coefficients.
error
—
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. |
The Butterworth Coefficients VI is a subVI of the Butterworth Filter VI.
filter structure option
—
filter type
—
sampling freq: fs
—
order
—
IIR Filter Cluster
—
filter structure
—
Reverse Coefficients
—
error
—