Online Parameter Indentification of SIMO System in Simulink

조회 수: 8 (최근 30일)
VectraY
VectraY 2022년 8월 17일
편집: VectraY 2022년 8월 17일
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에서 Linear Model Identification에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by