Lab 04 PDF
Lab 04 PDF
Section: …………………………………………………………
Remarks: …………………………………………………
Objective: The objective of this exercise will be to learn commands in MATLAB that
would be used to reduce linear systems block diagram using series, parallel and feedback
configuration.
List of Equipment/Software
Following equipment/software is required:
MATLAB
Computer System
Series configuration: If the two blocks are connected as shown below then the blocks are
said to be in series. It would like multiplying two transfer functions. The MATLAB
command for such configuration is “series”.
Example 1: Given the transfer functions of individual blocks generate the system transfer
function of the block combinations.
Example 2: For the previous systems defined, modify the MATLAB commands to obtain the
overall transfer function when the two blocks are in parallel.
Feedback configuration: If the blocks are connected as shown below then the blocks are
said to be in feedback. Notice that in the feedback there is no transfer function H(s) defined.
When not specified, H(s) is unity. Such a system is said to be a unity feedback system.
The MATLAB command for implementing a feedback system is “feedback” as shown below:
Example 3: Given a unity feedback system as shown in the figure, obtain the overall transfer
function using MATLAB:
Poles and Zeros of System: To obtain the poles and zeros of the system use the MATLAB
command “pole” and “zero” respectively as shown in example 5. You can also use MATLAB
command “pzmap” to obtain the same.
Example 5: Given a system transfer function plot the location of the system zeros and poles
using the MATLAB pole-zero map command.
1 1 𝑠2 +1 𝑠+1
Given 𝐺1 = (𝑠+10) ; 𝐺2 = (𝑠+1) ; 𝐺3 = (𝑠2 +4𝑠+4) ; 𝐺4 = (𝑠+6) ;
𝑠+1
𝐻1 = ; 𝐻 = 2; 𝐻3 = 1
(𝑠 + 6) 2