Transfer function:
H(z) = (b0.z^n + b1.z + ...+ bn) / (a0.z^n + a1.z + ... + an)
The maximum filter order is 32.
The order of the denominator has to be greater than or equal to the order of the numerator.
Inports
In: Input In(k)
Outports
Out: Output Out(k)
Mask Parameters
CoeffB: Array with filter coefficients of numerator
CoeffA: Array with filter coefficients of denominator
ts_fact: Multiplication factor of base sampling time (in integer format).