Online Parameter Indentification of SIMO System in Simulink

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?

Answers (1)

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 Comment

Thnak you for the information!
I do not get the workaround you proposed. Could you please explain it more in detail?

Sign in to comment.

Categories

Find more on System Identification Toolbox in Help Center and File Exchange

Products

Release

R2021a

Asked:

on 17 Aug 2022

Edited:

on 17 Aug 2022

Community Treasure Hunt

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

Start Hunting!