Descriptor State space in Simulink

1 visualización (últimos 30 días)
Thijs
Thijs el 9 de Abr. de 2014
Respondida: Fu Zhang el 27 de Mzo. de 2019
I have a simple Simulink model, looking like the following:
I want the sum (at the right) to be equal to zero, so I have the following equation:
Input*ss1 + Input*K*ss2 = 0
Input * (ss1 + K*ss2) = 0
ss1 + K*ss2 = 0
K = -inv(ss2)*ss1
Both ss1 and ss2 are linear state space with one input, and one input. However, when calculating K, I get a descriptor state space (a,b,c,d AND e), which I cannot (or do not know how to) enter in Simulink. When running the simulink model without the 'K.e', it does not add up to zero.
Can someone tell me how to calculate K, so I don't get the descriptor SS? Or how to use the descriptor SS in Simulink?
Regards,
Thijs
  4 comentarios
Thijs
Thijs el 11 de Abr. de 2014
Anyone?
Thijs
Thijs el 15 de Abr. de 2014
Is there noone that can help me on this one?

Iniciar sesión para comentar.

Respuesta aceptada

Arkadiy Turevskiy
Arkadiy Turevskiy el 28 de Abr. de 2014
You can implement descriptor state space systems in Simulink using LTI System block from Control System Toolbox.
  1 comentario
Thijs
Thijs el 29 de Abr. de 2014
That works! Thank you very much.

Iniciar sesión para comentar.

Más respuestas (1)

Fu Zhang
Fu Zhang el 27 de Mzo. de 2019
In 2018b, Simulink introduced descriptor state space block, which is a built-in block that support sparse parameter. Details can be found here : https://www.mathworks.com/help/simulink/slref/descriptorstatespace.html

Community Treasure Hunt

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

Start Hunting!

Translated by