Main Content
ss2zp
Convert state-space filter parameters to zero-pole-gain form
Description
Examples
Input Arguments
Output Arguments
Algorithms
ss2zp
finds the poles from the eigenvalues of the
A
array. The zeros are the finite solutions to a generalized
eigenvalue problem:
z = eig([A B;C D],diag([ones(1,n) 0]);
In many situations, this algorithm produces spurious large, but finite, zeros.
ss2zp
interprets these large zeros as infinite.
ss2zp
finds the gains by solving for the first nonzero Markov
parameters.
References
[1] Laub, A. J., and B. C. Moore. "Calculation of Transmission Zeros Using QZ Techniques." Automatica. Vol. 14, 1978, p. 557.
Extended Capabilities
Version History
Introduced before R2006a