Unable to change State Equation to Transfer Function

3 visualizaciones (últimos 30 días)
Eric Lee
Eric Lee el 9 de Sept. de 2020
Comentada: Sam Chak el 10 de Sept. de 2020
I am currently a University student tasked to translate a State-Space equation into a Transfer function. Then followed by plotting a Bode plot. However, I am finding difficulty in doing so as I do not have any prior training nor knowledge on MatLab.
Attached are the screen grabs of the state-space equation and the matlab code I've come up with. Please help...
  3 comentarios
Paul
Paul el 9 de Sept. de 2020
The transfer function matrix will be all zeros with B, C, and D as you've defined them. Is that what you expect?
You can't use ss2tf that way for a state space system with two inputs.
Once you get the ss command sorted out and make sure you have the correct values in A,B,C, and D: tf(ss(A,B,C,D))
Sam Chak
Sam Chak el 10 de Sept. de 2020
The transfer matrix G(s) relates the output Y(s) to the input U(s), is given by
However, your B, C, D are zero matrices. For more info about ss2tf, please visit:

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Dynamic System Models en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by