state space to transfer function conversion

dx/dt = A x+ B q + E u
y = C x+ D q + F u
the above is a state space representation of my model
where x -states
u-input
q- disturbance /load
A,B,C,D,E,F corresponding coefficient matrices
how to convert this state space representation to transfer function

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 3월 3일
편집: Azzi Abdelmalek 2013년 3월 3일

0 개 추천

Your system can be written as
dx=C.x+B1.e % With e=[q;u] and B1=[B E]
y=C.x+D1.e % With D1=[D F]
Then Use ss2tf as usually.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by