Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

Transformation: Transfer Function State Space

Page 1 of 9

All transformation Printable

http://lpsa.swarthmore.edu/Representations/SysRepTransformations/TF2SS.html

15-05-2012

Transformation: Transfer Function State Space

Page 2 of 9

ss2tf

>> >> >> >> >>

% First define state space system A=[0 1 0; 0 0 1; -3 -4 -2]; B=[0; 0; 1]; C=[5 1 0]; [n,d]=ss2tf(A,B,C,D)

n = 0 d = 1.0000 2.0000 4.0000 3.0000 0 1.0000 5.0000

>> mySys_tf=tf(n,d) Transfer function: s + 5 ---------------------s^3 + 2 s^2 + 4 s + 3

http://lpsa.swarthmore.edu/Representations/SysRepTransformations/TF2SS.html

15-05-2012

Transformation: Transfer Function State Space

Page 3 of 9

http://lpsa.swarthmore.edu/Representations/SysRepTransformations/TF2SS.html

15-05-2012

Transformation: Transfer Function State Space

Page 4 of 9

http://lpsa.swarthmore.edu/Representations/SysRepTransformations/TF2SS.html

15-05-2012

Transformation: Transfer Function State Space

Page 5 of 9

http://lpsa.swarthmore.edu/Representations/SysRepTransformations/TF2SS.html

15-05-2012

Transformation: Transfer Function State Space

Page 6 of 9

http://lpsa.swarthmore.edu/Representations/SysRepTransformations/TF2SS.html

15-05-2012

Transformation: Transfer Function State Space

Page 7 of 9

http://lpsa.swarthmore.edu/Representations/SysRepTransformations/TF2SS.html

15-05-2012

Transformation: Transfer Function State Space

Page 8 of 9

http://lpsa.swarthmore.edu/Representations/SysRepTransformations/TF2SS.html

15-05-2012

Transformation: Transfer Function State Space

Page 9 of 9

http://lpsa.swarthmore.edu/Representations/SysRepTransformations/TF2SS.html

15-05-2012

You might also like