Graph behaviours in Simulink

조회 수: 1 (최근 30일)
EuroLion
EuroLion 2020년 10월 7일
편집: EuroLion 2020년 10월 23일
I need response of a system. Modified some blocks but response is not fit to time characteristics.
attached simulink file. *coefficients are not important.

답변 (1개)

Jon
Jon 2020년 10월 7일
I don't think you should be using the derivative block. I don't see that in the original diagram. Also it makes no sense to differentiate a step function, the result would be infinite (theoretically an impulse, but Simulink will only approximate this).
Also I'm not sure what you mean by "the coefficients are not important". The shape of the responses will of course be highly dependent upon the coefficient values that you choose.
Since everything is linear if you have the control systems toolbox, you don't even need to use Simulink for this. You can just set up your system by interconnecting transfer functions.
  댓글 수: 2
EuroLion
EuroLion 2020년 10월 7일
Jon thank you for your answer. Yes you are right there is no derivative block. But I wanted fit curve. coefficients are important but they are variable. I have no information about it. That affects shape of response. Now I will try get along with control systems toolbox.
Jon
Jon 2020년 10월 7일
It is also OK to do it in Simulink if that is helpful, Simulink can solve purely linear systems too, its just not needed as it would be if you were looking at non-linear effects, like actuator saturation etc. An advantage to doing it with the control systems toolbox is that the ode's do not need to be solved numerically with any associated numerical issues with time step sizes etc.

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

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by