Borrar filtros
Borrar filtros

Residual Analysis, Poles and Zeros of a MIMO System

11 visualizaciones (últimos 30 días)
Benjamin Pommer
Benjamin Pommer el 27 de Oct. de 2022
Comentada: Benjamin Pommer el 24 de Nov. de 2022
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

Respuesta aceptada

Amey Waghmare
Amey Waghmare el 22 de Nov. de 2022
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.

Más respuestas (0)

Categorías

Más información sobre Time and Frequency Domain Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by