Bode diagram of a quarter model

I'm a really newer of matlab and I'm trying to bode something looks almost same as quarter model like this
m1x''=k(y-x)+b(y'-x')+k2(y-x) m2x''=-k(y-x)-b(y'-x')
I only know how to do it with one x, but with y in it as well I have no idea how to start.
O_O

답변 (1개)

Arkadiy Turevskiy
Arkadiy Turevskiy 2013년 9월 30일

0 개 추천

You need to figure out what the inputs and outputs are and express the system as a transfer function or a state space system. Once you do that you can get Bode plot by simply typing
>>bode(sys)

카테고리

도움말 센터File Exchange에서 Get Started with Control System Toolbox에 대해 자세히 알아보기

태그

질문:

Di
2013년 9월 25일

답변:

2013년 9월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by