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