필터 지우기
필터 지우기

idnlhw command (Hammerstein-Wiener model) for MIMO system? How to set Orders and B and F matrixes for MIMO system?

조회 수: 2 (최근 30일)
Hi Everyone,
I'm trying to use idnlhw command (Hammerstein-Wiener model). For SISO system it's clear that how to set B and F. But my system is MIMO; for example, for a system with 3 inputs and 2 outputs I need B as a cell array of 2-by-3 elements. According to matlab help an element B{i,j} is a row vector representing the numerator polynomial for the jth input to ith output transfer function. Is there any way to set B in this way?
Thank you

답변 (1개)

Naman Chaturvedi
Naman Chaturvedi 2018년 8월 29일
For the ith output of the jth input, if the polynomial vector is for eg.- pij=[1 2 3], you can define the B like
B={p11 p12 p13;p21 p22 p23};
For a MIMO system with 2 outputs and 3 inputs.
Hope I understood you correctly.

카테고리

Help CenterFile Exchange에서 Hammerstein-Wiener Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by