This document discusses different block diagram configurations for linear control systems and how to implement them in MATLAB. It describes series, parallel, unity feedback and non-unity feedback configurations. For each configuration it provides the mathematical operation (multiplication, addition or feedback) used and shows examples of implementing the configuration in MATLAB using commands like "series", "parallel" or "feedback".
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
100%(1)100% found this document useful (1 vote)
565 views13 pages
Lab 08 (Block Diagram Reduction)
This document discusses different block diagram configurations for linear control systems and how to implement them in MATLAB. It describes series, parallel, unity feedback and non-unity feedback configurations. For each configuration it provides the mathematical operation (multiplication, addition or feedback) used and shows examples of implementing the configuration in MATLAB using commands like "series", "parallel" or "feedback".
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 the such configuration is “series”.
Parallel configuration • If the two blocks are connected as shown below then the blocks are said to be in parallel. • It would like adding two transfer functions.
Feedback configuration Unity feedback system • 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.
Feedback configuration Non-unity feedback system • When H(s) is non-unity or specified, such a system is said to be a non-unity feedback system as shown below:
P. Dechaumphai, N. Wansophark - Numerical Methods in Science and Engineering Theories With MATLAB, Mathematica, Fortran, C and Python Programs-Alpha Science International Ltd. (2022)