nonlinear identification with anfis

2 visualizaciones (últimos 30 días)
meysam
meysam el 20 de En. de 2015
Respondida: Yarpiz / Mostapha Heris el 12 de Sept. de 2015
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.

Respuestas (1)

Yarpiz / Mostapha Heris
Yarpiz / Mostapha Heris el 12 de Sept. de 2015
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:

Categorías

Más información sobre Fuzzy Logic Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by