ctf2zp
R2026bDescription
[
computes the zeros z,p] = ctf2zp(B,A)z and poles p of a system
represented as Cascaded Transfer Functions (CTF) with numerator
coefficients B and denominator coefficients
A.
Examples
Input Arguments
Output Arguments
Tips
You can obtain filters in
CTF format, including the scaling gain. Use the outputs of digital IIR filter design functions,
such as butter, cheby1, cheby2, and ellip. Specify the "ctf" filter-type argument in these
functions and specify to return B, A, and
g to get the scale values. (since R2024b)

