3rd Order ODE on Simulink

조회 수: 34 (최근 30일)
Parveen Ayoubi
Parveen Ayoubi 2021년 11월 27일
답변: Pat Gipper 2021년 11월 29일
I have been trying to solve this differential equation for two days now. I do not know what to do with the right hand side of the ODE. The only way I have seen to solve it does not include the derivative of the input as well. Would really appreaciate some help atleast to know how to start it up.
y^''' (t)+6y^'' (t)+11y^'(t) +6y(t)=u^'' (t)+2u^' (t)+3u(t)
y’’(0) = 1 ; y’(0) = -1; y(0) = 1
where u=Unit step Us(t).
Ive tried to do it in simulink but I cant seem to get the right answer. Ill link what I have tried to do with it. (One of the problems is that we have to have the initital conditions present which we cant do with the transfer function)
  댓글 수: 2
Parveen Ayoubi
Parveen Ayoubi 2021년 11월 27일
This is the other way but it also doesnt work.
Pat Gipper
Pat Gipper 2021년 11월 28일
편집: Pat Gipper 2021년 11월 29일
Could it be something like this? Now you just need to figure out what u'' is that will result in u = unit step. It turns out that it requires a doublet as an input.

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

답변 (1개)

Pat Gipper
Pat Gipper 2021년 11월 29일
I approximated the required doublet input into an update to my comment with a summation of two very short pulse generators.

카테고리

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

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by