필터 지우기
필터 지우기

How to use multiple input-output datasets in ssest function (MIMO System Identification Toolbox).

조회 수: 7 (최근 30일)
I'm using ssest function for MIMO system identification. (https://jp.mathworks.com/help/ident/ref/ssest.html)
  • This article says how to use input-output data in the timetable format as a single dataset, but I'd like to know how to use multiple input-output datasets.
  • Additionally, I would like to know how to specify the C matrix as the identity matrix in advance, and then estimate the A and B matrices using ssest function.

채택된 답변

Paul
Paul 2023년 11월 22일
편집: Paul 2023년 12월 1일
The article also describes how to use the tt input to describe MIMO data sets (and for multiple experiments if that's needed): link
Or use the u,y input: link
To specify the C matrix as the identity matrix and esimate only the A and B matrices, it looks like the init_sys input provides a way to constrain the structure of the estimated model, see this link for an example.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Model Identification에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by