Signal Processing Toolbox    
tf2zp

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

Syntax

Description

tf2zp finds the zeros, poles, and gains of a transfer function.

[z,p,k] = tf2zp(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 SIMO continuous-time system in polynomial transfer function form

or

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

or

The following describes the input and output arguments for tf2zp:

The tf2zp function is part of the standard MATLAB language.

Example

Find the zeros, poles, and gains of the discrete-time system

See Also
sos2zp
Convert digital filter second-order sections parameters to zero-pole-gain form.
ss2zp
Convert state-space filter parameters to zero-pole-gain form.
tf2sos
Convert digital filter transfer function parameters to second-order sections form.
tf2ss
Convert transfer function filter parameters to state-space form.
zp2tf
Convert zero-pole-gain filter parameters to transfer function form.


 tf2ss tfe