I have an ARMAX model on my matlab workspace, how do i represent it in simulink to perform simulations?
3 ビュー (過去 30 日間)
古いコメントを表示
i have an black box armax model identified through system identification tool box. i want to put it on simulink so that i can perform some simulation and later use it for controller design.
0 件のコメント
回答 (1 件)
Nick Choi
2017 年 10 月 5 日
編集済み: Nick Choi
2017 年 10 月 5 日
The 'Recursive Polynomial Model Estimator' block in Simulink can be used to represent ARMAX models.
The following documentation link provides additional information on the block: https://www.mathworks.com/help/ident/ref/recursivepolynomialmodelestimator.html
This documentation link provides an example of how to use the block in Simulink: https://www.mathworks.com/help/ident/ug/online-armax-polynomial-model-estimation.html
0 件のコメント
参考
カテゴリ
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!