Prediction of nonlinear grey-box models
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi, in the System Identification Toolbox nonlinear grey-box model parameters are identified using the Prediction Error Method. I would like to know in this algorithm the prediction step works. nlgrey models are defined by a set of nonlinear ODEs and a set of output equations. This means that for a prediction, an internal state has to be estimated from the measurements given up to this point. Is this done using an observer? If so, what kind of observer is used and how is (partial) un-observability handled? If not, is the prediction step just an open-loop simulation of the system without feedback of the prior measurement data?
0 comentarios
Respuestas (1)
Anish Mitra
el 19 de Abr. de 2016
I believe that the prediction step is an open-loop simulation based on the estimated model parameters in the current iteration, and does not take into account any feedback.
The Algorithm section in the above link describes it as the "difference between the measured output and the predicted output of the model".
Ver también
Categorías
Más información sobre Nonlinear Grey-Box Models en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!