Function: AZERPurpose. Computes the almost invariant zeros of a system. Synopsis. [alzer,jsvd] = azer(sys[,rad[,tol[,zer0]]]); Description. Almost zeros are local minima of the minimum singular value of the system matrix relative to sys. To decide if the values in alzer are true zeros (minimum equal to zero), relevant almost zeros or irrelevant ``almost zeros'', the user must analyze the values of the local minima (given in jsvd). If the values of almost zeros are far from dominant poles, these values must be ignored (like zeros at infinity). Note that the results might vary from on run to another on account of the fact that the used algorithm is initialized by random high gains. Input arguments
Output arguments
See also: plot_zer for validation of almost zeros by 3-D plotting. |