System identification tool and Simulink
Mostrar comentarios más antiguos
Hi guys,
i have create some estimation models in the SI Tool. They have a fitness of 94%. Also the fitness ot my validation data is not bad. Like 82%. This is the result of a Hammerstein-Wiener-Model.
No i want this result simulate in Simulink. I use the block for Hammerstein-Wiener-Models, the inputs, and a scope for the output.
Why i get a differ of the simulationresult and SI-Tool result??
Has anyone an idea why the result are not same??
Marcus
Respuesta aceptada
Más respuestas (1)
Markus
el 24 de Ag. de 2012
0 votos
1 comentario
Rajiv Singh
el 7 de Sept. de 2012
Initial conditions should not be thought of as a property of the model. It is really the effect of the environment on the initial set up of the model. In a real-life application, you should think about what conditions existed before the model simulation started, or what type of assumptions you can make about them. Some common choices are:
- system at rest (zero)
- system at steady state equilibrium (constant I/o values)
- system at some operating point specified in various ways; use isnlhw/findop to transform your specifications to numerical values of states.
If the goal is to pick initial states that maximize the fit to some measured output signal for a given input signal, then FINDSTATES is your friend.
Categorías
Más información sobre Transform Data en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!