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 powers of s, such as in continuous-time transfer functions. A similar function,
tf2zpk, is more useful when working with
transfer functions expressed in powers of z–1.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced before R2006a
