Modelling a transfer function on simulink?

Hi, I'm new to Simulink and I really need to model this transfer function. I was wondering if someone knew any examples I could reference or some tips like what kind of boxes are involved, what needs to be connected etc
Thanks!

답변 (1개)

Sebastian Castro
Sebastian Castro 2015년 4월 6일

0 개 추천

Simulink has a Transfer Function block you can directly use to do this. The documentation page shows you how to create the right numerator and denominator.
For example, if you specify Numerator coefficients as [3,2,1] and Denominator coefficients as den , where den is [7,5,3,1] , the block looks like this:
(s^2 + 2*s + 1)/(7*s^3 + 5*s^2 + 3*s + 1)
- Sebastian

카테고리

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

태그

질문:

2015년 4월 5일

답변:

2015년 4월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by