Builds a filter using poles, zeroes, and gain values. Details Example

The filter that the filter out returns represents the transfer function H(z), expressed by

where z is a complex variable, zk is a zero, and pk is a pole. N is the numerator order and M is the denominator order.
The poles of a stable filter must remain inside the unit circle.
Refer to the Create Filter from Zero-Pole-Gain VI in the labview\examples\Digital Filter Design\Getting Started directory for an example of using the DFD Build Filter from Zero-Pole-Gain VI.