Nonlinear identification with input output data
이전 댓글 표시
Hello, I have a database about a valve, and I want to identify the dynamic of system ( mathematical model). The data has lots of random numbers for ECC and RSA coding, I tried to somehow do a little preprocessing by removing irrelevent numbers.
I don't know how to identify a system model and tried systemidentification Toolbox, but it didn't work and it only fit 1.08% at maximom with NARX. Is there any other toolbox or a method for non-linear identification? I just need a model of system for other porpuses, so I don't look for 90% fit!!
댓글 수: 2
Khaled Aljanaideh
2021년 2월 5일
Hi Erfan,
Can you give information about the system you are trying to identify? Do you have a model structure that describes your system? If so, then you can use idnlgrey to estimate the parameters of the model
The accuracy of the Nonlinear ARX (NARX) model you obtain depends on the choice of regressors. Please try to add more regressors of different types and delays.
Another option you can try is Nonlinear Hammerstein-Weiner models, which you can find under the same dialog as the NARX model.
erfan hassani
2021년 4월 3일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Hammerstein-Wiener Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!