Signal Processing Toolbox Previous page   Next Page
tf2zpk

Convert transfer function filter parameters to zero-pole-gain form

Syntax

Description

tf2zpk finds the zeros, poles, and gains of a discrete-time transfer function.

[z,p,k] = tf2zpk(b,a) finds the matrix of zeros z, the vector of poles p, and the associated vector of gains k from the transfer function parameters b and a:

Given a single-input, multiple output (SIMO) discrete-time system in polynomial transfer function form

you can use the output of tf2zpk to produce the single-input, multioutput (SIMO) factored transfer function form

The following describes the input and output arguments for tf2zpk:

Examples

Find the poles, zeros, and gain of a Butterworth filter:

See Also

sos2zp, ss2zp, tf2sos, tf2ss, tf2zp, zp2tf


Previous page  tf2zp tfestimate Next page

© 1994-2005 The MathWorks, Inc.