ismaxphase Checks given system function is Maximum-Phase system or not Calling Sequence flag = ismaxphase(b,a) flag = ismaxphase(sos) flag = ismaxphase(...,tol) Parameters b Coefficients of numerator polynomial of system function a Coefficients of denumerator polynomial of system function sos Second order section matrix of order Kx6 tol Tolerence in similarities between two numbers in phase response flag This function returns logical 1 if system is maximum-phase system (flag = 1) Otherwise it returns logical 0 (flag = 0) Description This function determines whether the given system function is maximum-phase system or not . Maximum-phase system means all zeros of transfer function will be outside the unit circle in z-plane, also poles must be within unit circle for stability and causality Examples Checking given system function is maximum phase system or not \begin{eqnarray} H(z) = 1 -5z^{-1} + 6 z^{-2} \end{eqnarray}