필터 지우기
필터 지우기

nonlinear ordinary differntial equations

조회 수: 1 (최근 30일)
Aniket
Aniket 2013년 1월 17일
i have three nonlinear oscillator equation
1 ) dx/dt = (mu-x^2-y^2)x - w*y +K*F
2) dy/dt = (mu-x^2-y^2)y + w*x
3) dw/dt = -K*F (y/(sqrt(x^2+y^2)))
here,
F is any input signal
K is coupling strength (K > 0 is any value)
w is oscillator intrinsic frequency
mu is constant (mu > 0 any value)
dw/dt is learning rule for intrinsic frequency (as it learn frequency of input signal F)
x and y are state variables
how could i implement it in MATLAB ?

채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 1월 17일
Start with ODE45, take a look at this example and it will help you get started:

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by