Hi,
I want to generate the transfer function of an induction motor by using its caracteristic matrix (A,B,C,D):
but I get 4 from of transfer function h because I have 2 inputs in my system :
h =
From input 1 to output...
60.54 s^3 + 1.003e04 s^2 + 4.953e08 s - 1.133e11
1: ------------------------------------------------------
s^4 + 318.4 s^3 + 8.206e06 s^2 - 3.742e09 s + 4.281e11
-6.605e07 s - 3.266e08
2: ------------------------------------------------------
s^4 + 318.4 s^3 + 8.206e06 s^2 - 3.742e09 s + 4.281e11
From input 2 to output...
6.605e07 s + 3.266e08
1: ------------------------------------------------------
s^4 + 318.4 s^3 + 8.206e06 s^2 - 3.742e09 s + 4.281e11
60.54 s^3 + 1.003e04 s^2 + 4.953e08 s - 1.133e11
2: ------------------------------------------------------
s^4 + 318.4 s^3 + 8.206e06 s^2 - 3.742e09 s + 4.281e11
Continuous-time transfer function.
I want to use this command :
sys=ss(tf(h))
but I need to choose one of these transfert functions.
0 Comments
Sign in to comment.