Implementation of state and output transformations

2 vues (au cours des 30 derniers jours)
Qandeel
Qandeel le 21 Avr 2025
Commenté : Qandeel le 9 Mai 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.

Réponses (1)

Divyajyoti Nayak
Divyajyoti Nayak le 9 Mai 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 commentaire
Qandeel
Qandeel le 9 Mai 2025
I am using the transformation technique only, my system will be linear.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Linear Model Identification dans Help Center et File Exchange

Tags

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by