nonlinear identification with anfis
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
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:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で System Identification Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!