nonlinear identification with anfis

조회 수: 2 (최근 30일)
meysam
meysam 2015년 1월 20일
답변: Yarpiz / Mostapha Heris 2015년 9월 12일
Hi I want to use ANFIS method, to identify below equation. Somebody has experience on this please comment on how to identify this nonlinear equation with ANFIS.
y'''+10*y''+10*y'+y=-y^3+u
u is noise.

답변 (1개)

Yarpiz / Mostapha Heris
Yarpiz / Mostapha Heris 2015년 9월 12일
You should rewrite the differential equation as a canonical state-space model, as dx/dt = f(x). And then, build a ANFIS model for the last row of the f(x), using function approximation capability of ANFIS structure.
For this purpose, you can use the following codes:

카테고리

Help CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by