- Function File: s = dsort(p)
- Function File: [s, ndx] = dsort(p)
Sort discrete-time poles by magnitude (in decreasing order).
Inputs
- p
Input vector containing discrete-time poles.
Outputs
- s
Vector with sorted poles.
ndx
Vector containing the indices used in the sort.
See also:
eig,
esort,
pole,
pzmap,
sort,
zero
Source Code:
dsort