필터 지우기
필터 지우기

How to create an input that is a function of State

조회 수: 1 (최근 30일)
Shilp Dixit
Shilp Dixit 2012년 10월 23일
I have a mechanical system with:
2 Inputs (i, fs)
4 states(x1, x2, x3, x4)
2 outputs(y1=x1 and y2=x3)
I want the input 'fs' as a function of two states x2 and x4. How can i do that?...
Does this problem require state feedback and how can I use it for a practical problem.
Thanks
Shilp

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2012년 10월 23일
In your SS block, initialy c=[1 0 0 0;0 0 1 0] and d=[0 0;0 0]
If you want to use x2 and x4, set c=eye(4) and d=zeros(4,2), you will obtain 4 output in this order x1, x2, x3 and x4. use x1 and x3 as output, and do whatever you want with x2 and x4
  댓글 수: 9
Azzi Abdelmalek
Azzi Abdelmalek 2012년 10월 24일
Shilp, Now you are asking another question. I don't know which method you are using to control your system. In real application, sometimes we have'nt acces to states measurment, the states x2 and x4 are estimated (Kalman filter for example).
Shilp Dixit
Shilp Dixit 2012년 10월 24일
Hi,
I think I got all my doubts cleared. Will work on creating the control algorithm. Will approach if I have any more doubts. I have had no formal education in the field of dynamics and control and hence the numerous doubts.
Thanks for your patience.
Regards
Shilp

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Control System Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by