Can nlgreyest() estimate open-loop unstable models?
이전 댓글 표시
I am attempting to create a nonlinear grey-box model based on an open-loop unstable model, for which data was gathered in a closed-loop experiment with a superimposed random probe signal. I have tried different settings, solvers, etc. I am getting error messages such as:
Objective function is undefined at initial point. Fmincon cannot continue.
for fmincon or
The initial computation of the loss function failed. The initial model, if
specified, may be unstable. Consider setting the "EnforceStability" option to
TRUE. Also make sure that the parameter bounds do not make the model unstable.
or alternatively, the process just terminates after 0 iterations because of an infinite cost.
- Is it even possible to identify unstable models using nlgreyest()? Or the model cannot be compared to measurement data because of instability?
댓글 수: 2
Enea Paracampo
2020년 6월 29일
I have the same problem but with greyest. Have you solved it?
Gergely Takács
2020년 9월 3일
답변 (1개)
Rajiv Singh
2020년 7월 9일
0 개 추천
With greyest, either parameterize K matrix using the ODE function, or choose to esitmate it separately by using the "DisturbanceModel"/'estimate' option (in greyestOptions). Then follow the tips described in the answer:
For nlgreyest, you are out of luck since it handles only time-domain data and does not allow incorporation of a noise model.
댓글 수: 1
Gergely Takács
2020년 9월 3일
편집: Gergely Takács
2020년 9월 3일
카테고리
도움말 센터 및 File Exchange에서 Uncertainty Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!