필터 지우기
필터 지우기

How to get bode transfer function from state space model?

조회 수: 1 (최근 30일)
Francesco
Francesco 2014년 2월 22일
댓글: RahulTandon 2015년 7월 8일
Hi everybody I am having problems to get the Bode transfer function from the state space model.
Suppose I have a idss structure M of the state space model. Now consider the following code:
% M is a state space model in a idss structure
sys = tf(M.A,M.C,M.D);
figure(1)
bode(M,w) %w = vector of radiant frequency
figure(2)
bode(sys,w)
Why are the 2 plots completely different if they represent the same state space system?
I was also looking to build the Bode transfer function myself as C*(sI - A)^-1 *B+D but is there a way in matlab to perform such calculations with an unkown?
Thanks in advance
  댓글 수: 1
RahulTandon
RahulTandon 2015년 7월 8일
unclear question 1) define M 2) define w 3) is there a function call of type bode(M,w) ?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by