I want to form a MIMO state-space system from SIMO Transfer functions. Lets say that the system has 2 inputs (U1 and U2) and 2 states (X1 and X2).
If I apply U1 to the LTI system, I get X1 and X2 in a SIMO operation. And, I can extract 2 transfer functions: T11 (X1/U1) and T21 (X2/U1).
Similarly, if I apply U2 input, I can get T12 (X1/U2) and T22 (X2/U2).
So, I have 4 SISO transfer functions of the system.
I want to use them to generate a state space matrix of the system. How can I do that?
Thanks in advance.