[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
mpoles
(/tools/hpmatlab/toolbox/signal/mpoles.m)
Function Synopsis
[mults, indx] = mpoles( p, mpoles_tol )
Help text
MPOLES Identify repeated poles & their multiplicities.
[MULTS, IDX] = mpoles( P, TOL )
P: the list of poles
TOL: tolerance for checking when two poles
are the "same"
MULTS: list of pole multiplicities
IDX: indices used to sort P
NOTE: this is a support function for RESIDUEZ.
Cross-Reference Information
This function calls
- abs /tools/hpmatlab/toolbox/matlab/elfun/abs.m
- break /tools/hpmatlab/toolbox/matlab/lang/break.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- j /tools/hpmatlab/toolbox/matlab/elmat/j.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
This function is called by
- mltplcty /tools/hpmatlab/toolbox/signal/mltplcty.m
- residuez /tools/hpmatlab/toolbox/signal/residuez.m
- zplane /tools/hpmatlab/toolbox/signal/zplane.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON