idnlhw command (Hammerstein-Wiener model) for MIMO system? How to set Orders and B and F matrixes for MIMO system?
조회 수: 1 (최근 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
댓글 수: 0
답변 (1개)
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.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!