MATLAB CONTROL SYSTEM TOOLBOX 9 Guía de usuario Pagina 454

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 649
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 453
dsort
11-64
11dsort
Purpose Sort discrete-time poles by magnitude
Syntax s = dsort(p)
[s,ndx] = dsort(p)
Description dsort sorts the discrete-time poles contained in the vector p in descending
order by magnitude. Unstable poles appear first.
When cal led with one lefthand argument,
dsort returns the sorted poles in s.
[s,ndx] = dsort(p) alsoreturnsthevectorndx containingthe indicesused in
the sort.
Example Sort the f ollowing discrete poles.
p =
–0.2410 + 0.5573i
–0.2410 – 0.5573i
0.1503
–0.0972
–0.2590
s = dsort(p)
s =
–0.2410 + 0.5573i
–0.2410 – 0.5573i
–0.2590
0.1503
–0.0972
Limitations The poles in the vector p must appear in complex conjugate pairs.
See Also eig Calculate eigenvalues and eigenvectors
esort, sort Sort system poles
pole Compute system poles
pzmap Pole-zero map
zero Compute (transmission) zeros
Vista de pagina 453
1 2 ... 449 450 451 452 453 454 455 456 457 458 459 ... 648 649

Comentarios a estos manuales

Sin comentarios