dsort
Sort discrete-time poles by magnitude.
Syntax
s = dsort(p)
[s, ndx] = dsort(p)
Input argument
p - p: a vector
Output argument
s - sorted vector by magnitude.
Description
dsort arranges the discrete-time poles within the vector p in a descending order based on their magnitude, with unstable poles taking precedence at the beginning of the sorted list.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated