Implementation of state and output transformations

3 visualizaciones (últimos 30 días)
Qandeel
Qandeel el 21 de Abr. de 2025
Comentada: Qandeel el 9 de Mayo de 2025
I am trying to convert a linear system with actuator and sensor faults and disturbances into two sub-systems with actuator and sensor faults respectively using state and output transformations, for fault detection. I am following the transformation technique used in the paper, "Simultaneous robust actuator and sensor fault estimation for uncertain non-linear Lipschitz systems" by Jian Zhang, Akshya Kumar Swain, Sing Kiong Nguang. Screenshots of the mathematical formulations are given below:
I am able to find out the appropriate T and S matrices and satisfy the given constraints. But I am a bit confused regarding the matrices A2 and A3. They won't be square matrices so how to implement them in MATLAB for simulation (I was thinking of using the state space block in Simulink but it requires a square system dynamics matrix)? Should I augment with zeros? Or are there any other techniques for suitable implementation of these transformations? Any help is appreciated.

Respuestas (1)

Divyajyoti Nayak
Divyajyoti Nayak el 9 de Mayo de 2025
The 'State Space' block in Simulink is for linear state space systems. The system in the paper provided is non-linear and hence can't be represented by the block. The system needs to be modelled manually for simulation.
  1 comentario
Qandeel
Qandeel el 9 de Mayo de 2025
I am using the transformation technique only, my system will be linear.

Iniciar sesión para comentar.

Categorías

Más información sobre Linear Model Identification en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by