System identification tool and Simulink
显示 更早的评论
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
采纳的回答
更多回答(1 个)
Markus
2012-8-24
0 个投票
1 个评论
Rajiv Singh
2012-9-7
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Transform Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!