Lab Experiment # 03: Objective
Lab Experiment # 03: Objective
Apparatus:
Computer having Matlab software
Theory:
Three primary situations for reducing block diagrams to simpler forms:
Series blocks
Parallel blocks
Feedback blocks
Series configuration:
If the two blocks are connected as shown below in Figure 3.1, then the blocks are said to
be in series. It would like multiplying two transfer functions. The MATLAB command for such
configuration is “series”.
Parallel configuration:
If the two blocks are connected as shown below in Figure 3.4 then the blocks are said to
be in parallel. It would like adding two transfer functions.
Example 4: Given a non-unity feedback system as shown in the Figure 3.11, obtain the
overall transfer function using MATLAB:
Procedure:
…………………….
Lab Tasks
Q1: For the following multi-loop feedback system, get closed loop transfer function and the
corresponding pole-zero map of the system.
Fig. 3.16
a. Using an m-file script, determine the close-loop transfer function.
b. Obtain the pole-zero map using the ‘pzmap’ function. Where are the closed-loop system poles
and zeros?
c. Are there any pole-zero cancellations? If so, use the ‘minreal’ function to cancel common
poles and zeros in the closed-loop transfer function.
d. Why is it important to cancel common poles and zeros in the transfer function?
Comments:
…………………………..
Conclusion:
…………………………..