Why model is not reproducing the output when given the same input (which was used to build model)?
6 次查看(过去 30 天)
显示 更早的评论
I have built a model from plant data. Plant data are generated by giving PRBS inputs to 4 differential equations (these are derived from first principle as given in research paper)and collecting outputs.output is water level in drum and input is water flow rate. As there is no noise, so i have built oe[2 2 0] model and it fits 90%. But if the same input is given to model it doesn't reproduce the outputs(with which i started). obtained output is very high in magnitude and decreases so rapidly. so i want to know what mistake i have made ? is the water level decreasing because system is unstable?
2 个评论
Patrik Ek
2014-7-29
编辑:Patrik Ek
2014-7-29
What method are you using? I mean, do you use some matlab control method? Some methods induces some noise in the system, some methods are stocastic (like an ARMA estimation which performs a spectral estiamtion and recreates the signal by filtering AWGN). Also, do you ask if your system is unstable? Because I cannot tell without watching some plots.
回答(1 个)
John
2014-7-29
Because you mention that you have a 90% fit, I assume you have used the Matlab systems identification toolbox (or similar). However if you have differential equations you do not need to use the system identification toolbox, you can determine the state space model analytically. In this way it will have 100% ''fit'' and always return the same values as the differential equations/plant model.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Model Identification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!