Step response model estimation
1 回表示 (過去 30 日間)
古いコメントを表示
I have set of datas by solving ODE's using ODE 45 solver. My step input varies like this: [5.7,5.9.6.1,6.3,6.5,6.7] for the entire test process.(5.7 initial condition). Everytime I change the step input, I collect the output data until steady state is reached. My input and output is inversely proportional so a negative gain is expected from the process model. But im not getting such estimates. How exactly should I import input in this case and where could the probable mistake be.
For sample:
Output:160 158 157 156 154 153 152 151
Input:5.7 5.9 5.9 5.9 5.9 5.9 5.9 5.9
Time:0 5 10 15 20 25 30 35
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!