필터 지우기
필터 지우기

Residual Analysis, Poles and Zeros of a MIMO System

조회 수: 11 (최근 30일)
Benjamin Pommer
Benjamin Pommer 2022년 10월 27일
댓글: Benjamin Pommer 2022년 11월 24일
Dear Matlab community
I've done system identification with multiple input, multiple output model data. Now, I am looking for a way to investigate the identified MIMO system by residual analysis and zeros and poles.
Is there a function to do residual analysis and zeros and poles location for MIMO systems?
Best regards
Benjamin

채택된 답변

Amey Waghmare
Amey Waghmare 2022년 11월 22일
Hi,
As per my understanding, you have modelled a MIMO system using multiple input multiple output data, and you want to analyze the model using poles and zeros, and validate the model using Residual Analysis.
In order to analyze and validate the model, you can use ‘System Identification App’ from System Identification Toolbox.
To load the model in the app, please follow the below mentioned steps:
  1. Load the identified MIMO system and MIMO data in the MATLAB workspace. You can use ‘tf’, ‘ss’ or ‘idss’ commands to create model object. Here is link to the documentation: https://in.mathworks.com/help/ident/ref/idss.html
  2. Launch the ‘System Identification App’ using the following command in the command window,
  3. >> systemIdentification
  4. Import the data and identified MIMO model using the drop-down at the top in the app.
  5. To view the Zeros and Poles of the system, select the ‘Zeros and poles’ checkbox at the bottom of the app.
  6. To perform the residual analysis, select the ‘Model resids’ checkbox at the bottom of the app.
  7. A new window will open. To view the plot for a specific input-output pair, click on the channels tab on the top pane of the window and select the desired channel.
For more information, please refer the documentation,
Hope this resolves the issue.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Time and Frequency Domain Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by