Hurwitz stability criterion

Gives Hurwitz determinant and logical respond for system stability.
65 descargas
Actualizado 19 sep 2018

Ver licencia

Example for "tf" class:
>> s = tf('s');
>> W = 1/(s^4 + 2*s^3 + 3*s^2 + 4*s + 5);
>> [hwz,truefalse] = hurwitz(W,'tf')

Sistem je nestabilan.

hwz =

2 4 0 0
1 3 5 0
0 2 4 0
0 1 3 5

truefalse =

logical

0
Example for "sym" class:
>> syms s
>> W = 1/(s^2 + 2*s + 1);
>> [hwz,truefalse] = hurwitz(W,'sym')

Sistem je stabilan.

hwz =

2 0
1 1

truefalse =

logical

1

Citar como

aleksa markovic (2024). Hurwitz stability criterion (https://www.mathworks.com/matlabcentral/fileexchange/68859-hurwitz-stability-criterion), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2018b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Pole and Zero Locations en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0