This function converts series second-order sections to zeros, poles, and gains (pole residues).
z = sos2zp (sos) z = sos2zp (sos, g) [z, p] = sos2zp (...) [z, p, k] = sos2zp (...)
matrix of real or complex numbers
real or complex value, default value is 1
column vector
column vector
This is an Octave function. This function converts series second-order sections to zeros, poles, and gains (pole residues). The input is the sos matrix and the second parameter is the overall gain, default value of which is 1. The outputs are z, p, k. z and p are column vectors containing zeros and poles respectively, and k is the overall gain.