Online Parameter Indentification of SIMO System in Simulink

5 次查看(过去 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?

回答(1 个)

Rajiv Singh
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).
  1 个评论
VectraY
VectraY 2022-8-17
编辑:VectraY 2022-8-17
Thnak you for the information!
I do not get the workaround you proposed. Could you please explain it more in detail?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Simulation and Prediction 的更多信息

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by