Experiment 5
Experiment 5
function
And
Task: Write the transfer function of the systems above. Copy your code and output in the box
below
Feedback systems:
Consider a simple feedback system such as
1. Formula
2. Function feedback
Formula Method:
You all are already familiar with formula method. We can just need to define G and K. and use
function tf() for the given transfer function.
then
sys = feedback(sys1,sys2,+1)
feedback(sys1,sys2,-1).
For our system we just need to write
• Please note that both systems have different transfer functions, but they are the same
systems represented by different equations.
• Also note that the formula method has inflated the order of transfer function
o Order of transfer function H2 is double the order of H
Lab Task:
1. Confirm if the systems H and H2 are same by simulating both
transfer functions in Simulink
2. Compute transfer functions of following systems