how to implement ordinary differential equation in Simulink ?

조회 수: 1 (최근 30일)
Aniket
Aniket 2013년 2월 3일
I have three coupled ordinary differential equation and i want to implement it in a Simulink . can anyone tell me how should i do it ? any example ?
the following equations are related to adaptive hopf oscillator which adapt the frequency of external perturbation.
I have implemented in MATLAB but i want to implement it in Simulink.
****************************************
dy(1)/dt = (mu - r^2)y(1) - y(3)*y(2) +K*F(t)
dy(2)/dt = (mu - r^2)y(2) + y(3)*y(1)
dy(3)/dt = -K*F(t) * [y(1)/(sqrt (y(1)^2+y(2)^2))]
********************************************
here r = sqrt(y(1)^2 + y(2)^2)
F (t) = external perturbation k = constant mu = constant and y(1), y(2) and y (3) are having initial values.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 2월 3일
편집: Azzi Abdelmalek 2013년 2월 3일
Use derivative , sum , prod , gain , constant and step blocks. you will need also, a source block to your perturbation

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by