how to find characteristic equation from state space model?

16 vues (au cours des 30 derniers jours)
RoBoTBoY
RoBoTBoY le 17 Juin 2020
Commenté : RoBoTBoY le 18 Juin 2020
Hello community!
I want to find the characteristic equation from this state space model
Also, I want to find a single differential equation for the Vmc.
How to do that in matlab?
  6 commentaires
Walter Roberson
Walter Roberson le 17 Juin 2020
ss2zpk is documented as
% [Z,P,K] = SS2ZP(A,B,C,D,IU) calculates the transfer function in
% factored form:
%
% -1 (s-z1)(s-z2)...(s-zn)
% H(s) = C(sI-A) B + D = k ---------------------
% (s-p1)(s-p2)...(s-pn)
% of the system:
% .
% x = Ax + Bu
% y = Cx + Du
But your C and your D are both 0, and you can see that zero times something plus zero is going to be 0, so the zp are going to be 0 and the gain of the system is 0. That leads to an all-zero transfer function.
RoBoTBoY
RoBoTBoY le 18 Juin 2020
Thank you!

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by