0% found this document useful (0 votes)
72 views30 pages

Transfer Functions Explained

The document discusses transfer functions in control engineering. It explains that a transfer function represents the relationship between the input and output of a control system component or model. The document provides examples of how to derive equivalent transfer functions when the summing points, function blocks, or pickoff points of a system are rearranged or split. It also gives examples of solving for the transfer function of various serial and feedback control systems. Typical MATLAB commands for analyzing transfer functions like step response, impulse response, and ramp response are also presented.

Uploaded by

huynhduc12355
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views30 pages

Transfer Functions Explained

The document discusses transfer functions in control engineering. It explains that a transfer function represents the relationship between the input and output of a control system component or model. The document provides examples of how to derive equivalent transfer functions when the summing points, function blocks, or pickoff points of a system are rearranged or split. It also gives examples of solving for the transfer function of various serial and feedback control systems. Typical MATLAB commands for analyzing transfer functions like step response, impulse response, and ramp response are also presented.

Uploaded by

huynhduc12355
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

AUTOMATIC CONTROL

ENGINEERING

CHAPTER 3-2
TRANSFER FUNCTIONS

[Link] Vo Tuong Quan

HCMUT - 2017
Transfer Functions
Purpose of transfer function???

A block diagram composes of 3 components

 Summing point

 Function block

 Pickoff point

2
 2011 – Vo Tuong Quan
Transfer Functions

3
 2011 – Vo Tuong Quan
Transfer Functions
Serial transfer functions

4
 2011 – Vo Tuong Quan
Transfer Functions
Parallel transfer functions

5
 2011 – Vo Tuong Quan
Transfer Functions
Transfer functions of feedback systems

Negative feedback Unity Negative feedback

6
 2011 – Vo Tuong Quan
Transfer Functions
Transfer functions of feedback systems

Positive feedback Unity Positive feedback

7
 2011 – Vo Tuong Quan
Transfer Functions
Moving a pickoff point behind a block

8
 2011 – Vo Tuong Quan
Transfer Functions
Moving a pickoff point infront of a block

9
 2011 – Vo Tuong Quan
Transfer Functions
Moving a summing point behind a block

10
 2011 – Vo Tuong Quan
Transfer Functions
Moving a summing point infront of a block

11
 2011 – Vo Tuong Quan
Transfer Functions
Interchange the position of two consecutive summing points

12
 2011 – Vo Tuong Quan
Transfer Functions
Splitting the summing point

13
 2011 – Vo Tuong Quan
Transfer Functions
Prohibit: Do not interchange the positions of a pickoff
point and a summing point

14
 2011 – Vo Tuong Quan
Transfer Functions
Example 1

Find the equivalent transfer function of the following system15


 2011 – Vo Tuong Quan
Transfer Functions
Example 1: Solution

16
 2011 – Vo Tuong Quan
Transfer Functions
Example 1: Solution

17
 2011 – Vo Tuong Quan
Transfer Functions
Example 1: Solution

18
 2011 – Vo Tuong Quan
Transfer Functions
Example 2

Find the equivalent transfer function of the following system19


 2011 – Vo Tuong Quan
Transfer Functions
Example 2: Solution

20
 2011 – Vo Tuong Quan
Transfer Functions
Example 2: Solution

21
 2011 – Vo Tuong Quan
Transfer Functions
Example 2: Solution

22
 2011 – Vo Tuong Quan
Transfer Functions
Example 3

Find the equivalent transfer function of the following system23


 2011 – Vo Tuong Quan
Transfer Functions
Example 3: Solution

24
 2011 – Vo Tuong Quan
Transfer Functions
Example 3: Solution

25
 2011 – Vo Tuong Quan
Transfer Functions
Example 3: Solution

26
 2011 – Vo Tuong Quan
Transfer Functions
Example 3: Solution

27
 2011 – Vo Tuong Quan
Transfer Functions

28
 2011 – Vo Tuong Quan
Transfer Functions

Typical Matlab commands:


•Step  Step response
•Unit impulse  Impulse respone
•Unit ramp  Ramp respone.
•Lsim  Arbitrary response

29
 2011 – Vo Tuong Quan
Transfer Functions
Example: Ramp response

>>num = [0 0 0 1];
>>den = [1 1 1 0];
>>step(num,den);

30
 2011 – Vo Tuong Quan

You might also like