Filter löschen
Filter löschen

MIMO system identification and Correlation among inputs

5 Ansichten (letzte 30 Tage)
Dionysis Papagiannopoulos
Dionysis Papagiannopoulos am 14 Nov. 2022
Beantwortet: Balavignesh am 5 Okt. 2023
I want to estimate Non-Parametric and Parametric models based on MIMO signals (2 inputs and 5 outputs).
When i estimate the correlation between the two inputs, the result is high correlation.
What can i do to tackle this problem? What are the possible tools?

Antworten (1)

Balavignesh
Balavignesh am 5 Okt. 2023
Hi Dionysis,
As per my understanding, you would like to estimate non-parametric and parametric models based on MIMO signals, but there is high correlation between the two inputs.
To tackle the problem of high correlation between the two inputs in MIMO system modeling using MATLAB, I would suggest you follow any of the following techniques.
  • Regularization: MATLAB provides functions like 'ridge' and 'lasso' for regualrized regression. These functions can be used to introduce a penalty term and control the impact of high correlation during model estimation.
  • Nonlinear Modeling: MATALB provides tools for non-paramteric modeling, such as neural networks using the 'nftool' or 'fitnet'. These tools can capture complex nonlinear relationships in the MIMO systems.
Please refer to the following documentation links to have more information on:
Hope that helps!
Balavignesh

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by