Borrar filtros
Borrar filtros

How to add a disturbance in a state-space model? in Simulink

30 visualizaciones (últimos 30 días)
Valentina Aylinne Vega Cuitiño
Valentina Aylinne Vega Cuitiño el 13 de Nov. de 2021
Respondida: MULI el 29 de Feb. de 2024
When you have the linear model ẋ=Ax+bu+ep, y=cx+dy+fe.
With c=(1 0), d=0, f=0

Respuestas (1)

MULI
MULI el 29 de Feb. de 2024
Hey Aylinne,
If you are planning to add disturbance to the existing state space model, augment the matrices B, D in the “State-Space” block as follows:
B= [B E];
D= [D F];
And while giving inputs use a “Mux” to give input and the disturbance.
Here I am attaching the screenshot regarding its implementation in Simulink.
Also, you may refer to this answer which addresses the similar query.
Hope this answer calrifies your query!

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by