Embed presentation
Download to read offline


![1st Method Direct Formula
As we know the formula to find TF from state space
TF=C[SI-A] B+D
Where A ,B,C,D ARE THE MATRIX get from the state space
We have to take care of order of matrix while solving
-1](https://image.slidesharecdn.com/tofindtransferfunctionfromstatespacerepresentation-200720155218/85/To-find-transfer-function-from-state-space-representation-3-320.jpg)


![• A=[-1 -4 -1;-1 -6 -2;-1 -2 -3];
• B=[0;1;1];
• C=[1 1 1]
• D=[0]
• [n,d]=ss2tf(A,B,C,D)
Note-ss2tf function is used to
fin Transfer Function
Click on RUN and ADVANCE](https://image.slidesharecdn.com/tofindtransferfunctionfromstatespacerepresentation-200720155218/85/To-find-transfer-function-from-state-space-representation-6-320.jpg)


The document discusses methods to determine the transfer function from state space representation, focusing on two approaches: a direct formula and MATLAB software. It provides a breakdown of the mathematical framework involved in the first method, including the necessary matrices, and outlines the steps to implement the second method using MATLAB's `ss2tf` function. Examples and script snippets are included to illustrate the process and expected outputs.


![1st Method Direct Formula
As we know the formula to find TF from state space
TF=C[SI-A] B+D
Where A ,B,C,D ARE THE MATRIX get from the state space
We have to take care of order of matrix while solving
-1](https://image.slidesharecdn.com/tofindtransferfunctionfromstatespacerepresentation-200720155218/85/To-find-transfer-function-from-state-space-representation-3-320.jpg)


![• A=[-1 -4 -1;-1 -6 -2;-1 -2 -3];
• B=[0;1;1];
• C=[1 1 1]
• D=[0]
• [n,d]=ss2tf(A,B,C,D)
Note-ss2tf function is used to
fin Transfer Function
Click on RUN and ADVANCE](https://image.slidesharecdn.com/tofindtransferfunctionfromstatespacerepresentation-200720155218/85/To-find-transfer-function-from-state-space-representation-6-320.jpg)
