필터 지우기
필터 지우기

MIMO system identification and Correlation among inputs

조회 수: 5 (최근 30일)
Dionysis Papagiannopoulos
Dionysis Papagiannopoulos 2022년 11월 14일
답변: Balavignesh 2023년 10월 5일
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?

답변 (1개)

Balavignesh
Balavignesh 2023년 10월 5일
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

카테고리

Help CenterFile Exchange에서 Correlation Models에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by