Lecture 2
Lecture 2
MDE 124
Biomedical Engineering Department Dr /Ghada Kareem
Lecture-2
Block Diagram Representation of Control Systems
Introduction:
Block diagram of some systems turn out to complex such evaluation of their
performance required simplification of block diagram
• A Block Diagram is a shorthand pictorial representation of the cause-and-effect
relationship of a system.
• The interior of the rectangle representing the block usually contains a
description of or the name of the element, gain, or the symbol for the
mathematical operation to be performed on the input to yield the output.
• The arrows represent the direction of information or signal flow.
d
x y
dt
Advantage of block diagram:
1- Very simple to construct a block diagram of complicated system
2- Over all closed loop transfer function can be easily calculated using block
diagram rules
Summing point
• The operations of addition and subtraction have a special representation.
• The block becomes a small circle, called a summing point, with the
appropriate plus or minus sign associated with the arrows entering the circle.
• The output is the algebraic sum of the inputs.
• Any number of inputs may enter a summing point.
Interconnections
1-Cascade Connection
In MATLAB:
G1=tf(num1,den1); G2=tf(num2,den2);
G3=tf(num3,den3); Ge=G1*G2*G3;
8/
2-Parallel connection
In MATLAB
G1=tf(num1,den1); G2=tf(num2,den2);
G3=tf(num3,den3); Ge=G1+G2+G3;
Feedback connection
How to convert from closed loop system to open loop system
C ( s) G( s)
R( s ) 1 G ( s ) H ( s )
Characteristic Equation:
• The denominator of closed loop transfer function determines the
characteristic equation of the system.
1 G
Block ( s) H ( s) 0
Diagram Algebra for summing points:
Step (1)
Combine all cascade blocks