Online Parameter Indentification of SIMO System in Simulink
4 ビュー (過去 30 日間)
古いコメントを表示
Is there a way for identification of SIMO Systems? Currently I am using two Recursive Polynomial Model Estimator Blocks. It works but the Parameters of the denominator are not equal. Is there a possibility to have the same denominator?
0 件のコメント
回答 (1 件)
Rajiv Singh
2022 年 8 月 17 日
There is no multi-output recursive estimator available today in System Identification Toolbox; this is a limitation. What you need is a true multi-output estimator (e.g., armax, or state-space form), which doesn't exist right now.
Workaround: try some post-processing manipulations like converting to state-space (using the Model Type Converter block), concatenating and possibly balanced reduction (balred).
参考
カテゴリ
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!