[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/datafun]
cplxpair
(/tools/hpmatlab/toolbox/matlab/datafun/cplxpair.m)
Function Synopsis
z = cplxpair(x,tol)
Help text
CPLXPAIR Sort numbers into complex conjugate pairs.
Y = CPLXPAIR(X) rearranges the elements of vector X so that
complex numbers are collected into matched pairs of complex
conjugates. The pairs are ordered by increasing real part.
Any purely real elements are placed after all the complex pairs.
Y = CPLXPAIR(X,TOL) uses a relative tolerance of TOL for
comparison purposes. The default is TOL = 100*EPS.
Cross-Reference Information
This function calls
- abs /tools/hpmatlab/toolbox/matlab/elfun/abs.m
- any /tools/hpmatlab/toolbox/matlab/ops/any.m
- clear /tools/hpmatlab/toolbox/matlab/general/clear.m
- conj /tools/hpmatlab/toolbox/matlab/elfun/conj.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- eps /tools/hpmatlab/toolbox/matlab/elmat/eps.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- imag /tools/hpmatlab/toolbox/matlab/elfun/imag.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- j /tools/hpmatlab/toolbox/matlab/elmat/j.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- real /tools/hpmatlab/toolbox/matlab/elfun/real.m
- rem /tools/hpmatlab/toolbox/matlab/elfun/rem.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sort /tools/hpmatlab/toolbox/matlab/datafun/sort.m
- sqrt /tools/hpmatlab/toolbox/matlab/elfun/sqrt.m
- while /tools/hpmatlab/toolbox/matlab/lang/while.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
This function is called by
- ellipap /tools/hpmatlab/toolbox/signal/ellipap.m
- zp2sos /tools/hpmatlab/toolbox/signal/zp2sos.m
- zp2ss /tools/hpmatlab/toolbox/signal/zp2ss.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON