Computation of Transfer Function of The System Using Feedback Function
Computation of Transfer Function of The System Using Feedback Function
Experiment 5:
Lab Performance:
Lab Reports:
INTRODUCTION:
The open-loop transfer function describes how the output of a system responds to its input
without considering any feedback. It is a key tool for analyzing and designing control
systems.
1. Formula: 𝐺(𝑠)=C(𝑠)/R(𝑠)
• C(𝑠): Output
• R(𝑠): Input
• s: Complex frequency
2. Poles: Values of 𝑠s that make the denominator zero. They determine system stability.
3. Zeroes: Values of 𝑠s that make the numerator zero. They influence the frequency
response.
Example:
And
Feedback systems:
Consider a simple feedback system such as
T = G / 1 + GH
H = +22
G= 2 + 0.5 + 3
Now such a system can be written in MATLAB using two methods
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.
Output
sys = feedback(sys1,sys2,+1)
Output
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
Output:
Task 2:
Output:
Explanation:
Conclusion: