Block Diagrams A line is a signal A block is a gain A circle is a sum

Slides:



Advertisements
Similar presentations
A transformation is an algebraic change to a function which affects the shape or position of the graph. Introduction to Transformations What is the difference.
Advertisements

Closed-Loop Transfer Functions
Giving Feedback. The right and the wrong. >> giving feedback
ECEN/MAE 3723 – Systems I MATLAB Lecture 3.
In The Name of Allah The Most Beneficent The Most Merciful 1.
8255 – PROGRAMMABLE PARALLEL
Writing Force Equations. Writing force equations 1.Draw a FBD to identify all forces and the directions they act 2.Write an equation to sum up the horizontal.
Modeling & Simulation of Dynamic Systems
Block Diagram fundamentals & reduction techniques
Introduction to Block Diagrams
Chapter 25 Nonsinusoidal Waveforms. 2 Waveforms Used in electronics except for sinusoidal Any periodic waveform may be expressed as –Sum of a series of.
The Concept of a Root Locus
MESB 374 System Modeling and Analysis Inverse Laplace Transform and I/O Model.
Lecture #9 Control Engineering REVIEW SLIDES Reference: Textbook by Phillips and Habor.
Chapter 5 Reduction of Multiple Systems Reduction of Multiple Systems.
Vector Addition – Computational Method Example 1 Slide 3.
Control Engineering Lecture #2 Lecture #2 9 th Sep, th Sep,2009.
Lec 4 . Graphical System Representations and Simplifications
Prof. Wahied Gharieb Ali Abdelaal CSE 502: Control Systems (1) Topic# 3 Representation and Sensitivity Analysis Faculty of Engineering Computer and Systems.
F rope F grav F F Suppose a block is being raised by a rope at constant speed. Which is the correct free-body diagram of the block? A B C F rope Poll.
Motion – Part 1 Frame of Reference Distance vs. Displacement Average Speed.
Block diagram reduction
2.Mathematical Foundation 2.1 The transfer function concept  From the mathematical standpoint, algebraic and differential or difference equations can.
1 Teaching Innovation - Entrepreneurial - Global The Centre for Technology Enabled Teaching & Learning, MGI, India DTEL DTEL (Department for Technology.
Whiteboardmaths.com © 2004 All rights reserved
Dr. Tamer Samy Gaafar Lec. 2 Transfer Functions & Block Diagrams.
Lecture 20 (parts A & B) First order circuit step response
Understanding Addition of Integers. a. For each example above, what is the distance between 2 and the sum? b. Does the sum lie to the right or left of.
90 Vertical Horizontal Oblique line a b Angles a + b = 180 o Angles at a Point b = 115 o Angle a = 180 – 115 = 65 o.
Signal Flow Graphs Lect # 06.
Superposition1 SUPERPOSITION Superposition is a general principle that forms the basis for a very powerful technique used to analyse multisource circuits.
Displacement in Two Dimensions The Cosine and Sine Laws to Determine Vectors.
 When two or more components are connected in a line, this is called a series connection (left of picture).  When they are connected across each other.
ERT 210 DYNAMICS AND PROCESS CONTROL CHAPTER 11 – MATLAB TUTORIAL
state space representation
Block Diagram Algebra-its Use in Feedforward Compensation
Lesson 12: Transfer Functions In The Laplace Domain
Effect of feedback on amplifier poles
Background Knowledge Expected
Sensitivity.
Salman Bin Abdulaziz University
Automatic Control Theory CSE 322
Absolute Value Functions
Control and Feedback Introduction Open-loop and Closed-loop Systems
Lec 4 . Graphical System Representations
IC6501 CONTROL SYSTEMS Class : III EEE / V SEMESTER
Control System Toolbox (Part-I)
Axonometric drawings BDU
Sem I 2013/2014 BDU Electromechanical & Control Systems
Representing Motion Chapter 2.
Reduction of Multiple Subsystems Stability Steady-State Errors
Statically Determine of Beams and Frames
Solving Linear Systems
Series and Summation Notation
Fig. P4.65, p.108.
SIGNAL FLOW GRAPH.
Signal Flow Graph nodes : variables branches : gains e.g. y = a ∙ x
Control Systems (CS) Signal Flow Graphs Abdul Qadir Ansari, PhD
System models Time domain models
To add polynomials: like terms standard form
Control System Toolbox (Part-I)
§ 8.3 Graphing Piecewise-Defined Functions and Shifting and Reflecting Graphs of Functions.
FEEDBACK AMPLIFIERS.
*** Series 3RS Version 1, ***
This diagram helps explains why angles at a point add to 360o.
Lewis Electron Dot Diagrams
ERT 210 DYNAMICS AND PROCESS CONTROL CHAPTER 11 – MATLAB TUTORIAL
1. You feel “g”s at the bottom of a VC ride
Warm up honors algebra 2 3/1/19
Presentation transcript:

Block Diagrams A line is a signal A block is a gain A circle is a sum Due to h.f. noise, use proper blocks: num deg ≤ den deg Try to use just horizontal or vertical lines Use additional “ ” to help e.g. x y G y = Gx + x s Σ + - s = x + z - y y z Σ + x s + + z - y

Block Diagram Algebra Series: Parallel: x y G1 G2 x y G1 G2 G1 + x y x  G1 + G2 + G2

Feedback: Proof: + e x x y G1 y  - b G2

+ G1 + G2 + -

>> s=tf('s') Transfer function: s >> G1=(s+1)/(s+2) s + 1 ----- s + 2 >> G2=5/(s+5) 5 s + 5 >> G=G1*G2 Transfer function: 5 s + 5 -------------- s^2 + 7 s + 10 >> H=G1+G2 s^2 + 11 s + 15 --------------- >> HF=feedback(G1, G2) s^2 + 6 s + 5 s^2 + 12 s + 15

>> delay1=tf(1,1,'inputdelay',0.05) Transfer function: exp(-0.05*s) * 1 >> H2=HF*delay1 s^2 + 6 s + 5 exp(-0.05*s) * --------------- s^2 + 12 s + 15 >> stepresp=H2*1/s exp(-0.05*s) * ------------------- s^3 + 12 s^2 + 15 s >> step(H2)

Quarter car suspension Series R(s) + y - R(s) + y Feedback - R(s) y

>> b=sym('b'); >> m=sym('m'); >> k=sym('k'); >> s=sym('s'); >> G1=b*s+k G1 = b*s+k >> G2=1/m*1/s*1/s G2 = 1/m/s^2 >> G=G1*G2 G = (b*s+k)/m/s^2 >> Gcl=G/(1+G) Gcl = (b*s+k)/m/s^2/(1+(b*s+k)/m/s^2) >> simplify(Gcl) ans = (b*s+k)/(m*s^2+b*s+k)

Move a block (G1) across a into all touching lines: pick-up point summation Move a block (G1) across a into all touching lines: If arrow direction changes, invert If arrow direction remains, no change in block e.g. along arrow no change along arrow x y x y G1 G2 G1 G2 no change z G3 G1 along arrow along arrow z G3

x G1 G2 x G1 G2 y y  z G3 z G3 1/G2 x G1 G2 x G1 G3 1/G3 G2 y y  z G3 z

I2 I1 - Vc U + y + - I2 - Vc U + y + - - U + y + -

- U + y - U + y U y

No pure series/parallel/feedback Needs to move a block, but which one? Find TF from U to Y: + U + + Y + - - No pure series/parallel/feedback Needs to move a block, but which one? Key: move one block to create pure series or parallel or feedback! So move either left or right.

+ U + + Y + - - + U + + Y + - - + U + Y + -

fig_03_16 fig_03_16 is wrong Should be H1(s)G2(s)

fig_03_17 fig_03_17 is wrong

fig_03_18b

fig_03_19 Can use superposition: First set D=0, find Y due to R Then set R=0, find Y due to D Finally, add the two component to get the overall Y

fig_03_20 First set D=0, find Y due to R

Then set R=0, find Y due to D fig_03_21 G2

fig_03_19 Finally, add the two component to get the overall Y