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:
esort,
@lti/pole,
pzmap,
@lti/zero
Source Code:
dsort