tf2zpk
Convert transfer function filter parameters to zero-pole-gain form
Syntax
Description
[
finds the vector of zeros z
,p
,k
] = tf2zpk(b
,a
)z
, the vector of poles
p
, and the associated gain k
from the transfer
function parameters b
and a
. The function converts
a polynomial transfer-function representation
of a single-input/single-output (SISO) discrete-time system to a factored transfer function form
Note
Use tf2zpk
when working with transfer functions expressed in
inverse powers (1 + z–1 +
z–2). A similar function, tf2zp
, is more useful for working with positive powers (s2 + s +
1), such as in continuous-time transfer functions.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced before R2006a