Implementation of state and output transformations

조회 수: 2 (최근 30일)
Qandeel
Qandeel 2025년 4월 21일
댓글: Qandeel 2025년 5월 9일
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.

답변 (1개)

Divyajyoti Nayak
Divyajyoti Nayak 2025년 5월 9일
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
Qandeel
Qandeel 2025년 5월 9일
I am using the transformation technique only, my system will be linear.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Linear Model Identification에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by