SlideShare a Scribd company logo
5
Most read
17
Most read
18
Most read
GANDHINAGAR INSTITUTE OF
TECHNOLOGY
CONTROL ENGINEERING (2151908)
Active learning assignment
On
SIGNAL FLOW GRAPH
Prepared by:-
1). Sonani Manav 140120119223
2). Suthar Chandresh 140120119229
3). Tade Govind 140120119230
Guided by :-Asst. Prof. Kashyap Ramaiya
Outline
• Introduction to Signal Flow Graphs
 Definitions
 Terminologies
• Signal-Flow Graph Models
• BD to SFG
 Example
• Mason’s Gain Formula
Example
6/09/2016 2
Introduction
3
• Definition:-
“ A signal flow graph is a graphical representation of the
relationship between variables of a set of linear algebraic
equation.”
• A signal-flow graph consists of a network in which nodes
are connected by directed branches.
• It depicts the flow of signals from one point of a system to
another and gives the relationships among the signals.
6/09/2016
Fundamentals of Signal Flow Graphs
• Consider a simple equation below and draw its signal flow graph:
• The signal flow graph of the equation is shown below;
• Every variable in a signal flow graph is designed by a Node.
• Every transmission function in a signal flow graph is designed by a
Branch.
• Branches are always unidirectional.
• The arrow in the branch denotes the direction of the signal flow.
axy 
x ya
6/09/2016 4
Terminologies
• An input node or source contain only the outgoing branches. i.e., X1
• An output node or sink contain only the incoming branches. i.e., X4
• A path is a continuous, unidirectional succession of branches along which no
node is passed more than ones. i.e.,
• A forward path is a path from the input node to the output node. i.e.,
X1 to X2 to X3 to X4 , and X1 to X2 to X4 , are forward paths.
• A feedback path or feedback loop is a path which originates and terminates on
the same node. i.e.; X2 to X3 and back to X2 is a feedback path.
X1 to X2 to X3 to X4
X2 to X3 to X4X1 to X2 to X4
6/09/2016 5
Terminologies
• A self-loop is a feedback loop consisting of a single branch. i.e.; A33 is a self
loop.
• The gain of a branch is the transmission function of that branch.
• The path gain is the product of branch gains encountered in traversing a path.
i.e. the gain of forwards path X1 to X2 to X3 to X4 is A21A32A43
• The loop gain is the product of the branch gains of the loop. i.e., the loop gain
of the feedback loop from X2 to X3 and back to X2 is A32A23.
• Two loops, paths, or loop and a path are said to be non-touching if they have
no nodes in common.
6/09/2016 6
SFG terms representation
input node (source)
b1x a
2x
c
4x
d
1
3x
3x
mixed node mixed node
forward path
path
loop
branch
node
transmittance
input node (source)
6/09/2016 7
Signal-Flow Graph Models
34
203
312
2101
hxx
gxfxx
exdxx
cxbxaxx




b
x4x3x2
x1
x0
h
f
g
e
d
c
a
xo is input and x4 is output
Construct the signal flow graph for the following set of
simultaneous equations.
• There are four variables in the equations (i.e., x1,x2,x3,and x4) therefore four nodes are
required to construct the signal flow graph.
• Arrange these four nodes from left to right and connect them with the associated
branches.
• Another way to arrange this
graph is shown in the figure.
BD to SFG
6/09/2016 10
Block Diagram Signal Flow Graph
BD to SFG
6/09/2016 11
Block Diagram
Block
Diagram
Signal Flow Graph
Example:-
6/09/2016 12
Mason’s Rule (Mason, 1953)
• The block diagram reduction technique requires successive
application of fundamental relationships in order to arrive at the
system transfer function.
• On the other hand, Mason’s rule for reducing a signal-flow graph
to a single transfer function requires the application of one
formula.
• The formula was derived by S. J. Mason when he related the
signal-flow graph to the simultaneous equations that can be
written from the graph.
6/09/2016 13
Mason’s Rule:
• The transfer function T, of a system represented by a signal-flow graph is;
Where,
n = number of forward paths.
Pi = the i th forward-path gain.
∆ = Determinant of the system
∆i = Determinant of the ith forward path
• ∆ is called the signal flow graph determinant or characteristic function. Since
∆=0 is the system characteristic equation.




 
n
i
iiP
sR
sC
T 1
)(
)(
6/09/2016 14
Mason’s Rule:
∆ = 1- (sum of all individual loop transmittance) + (sum of the products of
loop transmittance of all possible pairs of Non Touching loops) – (sum of
the products of loop transmittance of Triple of Non Touching loop) + …
∆i = Calculate ∆ for ith path
=1- All the loops that do not touch the ith forward path




 
n
i
iiP
sR
sC
T 1
)(
)(
6/09/2016 15
Systematic approach
1. Calculate forward path gain Pi for each forward path i.
2. Calculate all loop transfer functions.
3. Consider non-touching loops 2 at a time.
4. Consider non-touching loops 3 at a time.
5. etc
6. Calculate Δ from steps 2,3,4 and 5
7. Calculate Δi as portion of Δ not touching forward path i
166/09/2016
6/09/2016 17
Example 1:
Apply Mason’s Rule to calculate the transfer function of the system
represented by following Signal Flow Graph
Continued…..
• In this system there is only one forward path between the input R(s) and the
output C(s). The forward path gain is
• we see that there are three individual loops. The gains of these loops are
𝐿1 = 𝐺1 𝐺2 𝐻1
𝐿2 = −𝐺2 𝐺3 𝐻2
𝐿3 = −𝐺1 𝐺2 𝐺3
• Note that since all three loops have a common branch, there are no non-touching
loops. Hence, the determinant ∆ is given by
∆= 1 − (𝐿1+ 𝐿2 + 𝐿3)
= 1 − 𝐺1 𝐺2 𝐻1 +𝐺2 𝐺3 𝐻2 +𝐺1 𝐺2 𝐺3
• There is no any non touching loop so we get,
∆𝑙= 1
• Therefore, the overall gain between the input 𝑅 𝑠 and the output 𝐶𝑠 or the closed
loop transfer function, is given by
𝐶𝑠
𝑅 𝑠
=
𝐺1 𝐺2 𝐺3
1 − 𝐺1 𝐺2 𝐻1 +𝐺2 𝐺3 𝐻2 +𝐺1 𝐺2 𝐺3
6/09/2016 18
𝑃1 = 𝐺1 𝐺2 𝐺3


 2211
)(
)( PP
sR
sC
TTherefore,
24313242121411 HGGGLHGGGLHGGL  ,,
There are three feedback loops
Example 2 :
Apply Mason’s Rule to calculate the transfer function of the system
represented by following Signal Flow Graph
6/09/2016 19
∆ = 1- (sum of all individual loop gains)
There are no non-touching loops, therefore
 3211 LLL 
 243124211411 HGGGHGGGHGG 
Example2:
Apply Mason’s Rule to calculate the transfer function of the system
represented by following Signal Flow Graph
6/09/2016 20
∆1 = 1- (sum of all individual loop gains)+...
Eliminate forward path-1
∆1 = 1
∆2 = 1- (sum of all individual loop gains)+...
Eliminate forward path-2
∆2 = 1
Example2 :
Apply Mason’s Rule to calculate the transfer function of the system
represented by following Signal Flow Graph
6/09/2016 21
Example 2: Continue
6/09/2016 22
THANK YOU
6/09/2016 23

More Related Content

PPTX
Signal flow graph Mason’s Gain Formula
PPTX
Faults on Power System
PPTX
Introduction of Industrial Management
PPTX
Aerodynamics of blade of HAWT
PPTX
Bipolar junction transistors working principle and applications
PPT
Frequency response analysis
PDF
Block diagram reduction techniques
PPTX
Signal flow graph Mason’s Gain Formula
Faults on Power System
Introduction of Industrial Management
Aerodynamics of blade of HAWT
Bipolar junction transistors working principle and applications
Frequency response analysis
Block diagram reduction techniques

What's hot (20)

PPTX
Signal flow graph
PPTX
Lecture 10 11-signal_flow_graphs
PPTX
Z Transform
PDF
Frequency Response Analysis
PPT
State space analysis, eign values and eign vectors
PDF
Dcs lec03 - z-analysis of discrete time control systems
PPT
Filter- IIR - Digital signal processing(DSP)
PPTX
Transfer function of Mechanical translational system
PPT
Block diagram reduction techniques
PDF
Time response first order
PPTX
discrete time signals and systems
PDF
Compensators
PDF
Smith chart basics
PDF
Controllability and observability
PPTX
SFG and Mason's Gain Formula
PPTX
NONLINEAR CONTROL SYSTEM (Phase plane & Phase Trajectory Method)
PPTX
Signal Flow Graph
PDF
Polar Plot
PPTX
Block diagram Examples
PPT
Chapter 7 1
Signal flow graph
Lecture 10 11-signal_flow_graphs
Z Transform
Frequency Response Analysis
State space analysis, eign values and eign vectors
Dcs lec03 - z-analysis of discrete time control systems
Filter- IIR - Digital signal processing(DSP)
Transfer function of Mechanical translational system
Block diagram reduction techniques
Time response first order
discrete time signals and systems
Compensators
Smith chart basics
Controllability and observability
SFG and Mason's Gain Formula
NONLINEAR CONTROL SYSTEM (Phase plane & Phase Trajectory Method)
Signal Flow Graph
Polar Plot
Block diagram Examples
Chapter 7 1
Ad

Viewers also liked (20)

PPTX
зимний колейдоскоп. рублева и.а.
PDF
Control system tutorial-05
PDF
PPTX
Conduction
PPTX
Webinar - Maximize Your Library Technology - 2016-05-24
PPTX
Designing Interactive Learning Spaces
DOC
Pgs 506 class-notes_
PPTX
Programming Ideas in Makerspaces
PPTX
Webinar - QuickBooks Online for Newer Nonprofit Users - 2016-07-21
PPTX
Día internacional de la mujer
PDF
WordPress REST API hacking
PPT
Prezentacija Blog
PPTX
Disputation: Von Open Access zu Open Science: Zum Wandel digitaler Kulturen d...
PPTX
Dia internacional de la mujer
PPTX
Programming ideas
DOCX
Cписок сотрудников "Золотой ключик"
PPT
Презентация Центр ПМСС
PPTX
PDF
Citylogistics in Amsterdam's Oude Pijp
PPTX
Filmska umjetnost
зимний колейдоскоп. рублева и.а.
Control system tutorial-05
Conduction
Webinar - Maximize Your Library Technology - 2016-05-24
Designing Interactive Learning Spaces
Pgs 506 class-notes_
Programming Ideas in Makerspaces
Webinar - QuickBooks Online for Newer Nonprofit Users - 2016-07-21
Día internacional de la mujer
WordPress REST API hacking
Prezentacija Blog
Disputation: Von Open Access zu Open Science: Zum Wandel digitaler Kulturen d...
Dia internacional de la mujer
Programming ideas
Cписок сотрудников "Золотой ключик"
Презентация Центр ПМСС
Citylogistics in Amsterdam's Oude Pijp
Filmska umjetnost
Ad

Similar to Signal flow graph (20)

PPT
signal flow graph
PDF
9. Signal flow graph , control system is represented by a single block. Sinc...
PPT
SFG Mason Lecture. Control Systems COURSE ppt
PPTX
Pertemuan 05. SFG (Signal Flow Graph)
PPT
block diagram and signal flow graph representation
PPTX
Signal Flow Graph, SFG and Mason Gain Formula, Example solved with Masson Gai...
PPTX
03-05-2021_CS-EEE-A&B-SFG_synchros.pptx
PPTX
5. Signal flow graph, Mason’s gain formula.pptx
PPTX
29-04-2021_CS-II-EEE(A&B)SFG&MASSON'S.pptx
PPTX
Signal flow graphs
PPTX
Signal flow graph (sfg)
PPTX
SIGNIFICANCE OF BLOCK DIAGRAM AND SIGNAL FLOW GRAPH IN CONTROL SYSTEM
PPT
Unit v mmc
PDF
Feedback and Control Systems
PDF
An Approach for Power Flow Analysis of Radial Distribution Networks
PDF
Complete Chapter 5.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
PDF
9. Block Diagram,ontrol signal to bring the process variable output of the pl...
PPTX
Week 2- Lecture 1 ME-352 Control Engineering_100419.pptx
PDF
Pwm Control Strategy for Controlling Of Parallel Rectifiers In Single Phase T...
PPTX
Sfg 5
signal flow graph
9. Signal flow graph , control system is represented by a single block. Sinc...
SFG Mason Lecture. Control Systems COURSE ppt
Pertemuan 05. SFG (Signal Flow Graph)
block diagram and signal flow graph representation
Signal Flow Graph, SFG and Mason Gain Formula, Example solved with Masson Gai...
03-05-2021_CS-EEE-A&B-SFG_synchros.pptx
5. Signal flow graph, Mason’s gain formula.pptx
29-04-2021_CS-II-EEE(A&B)SFG&MASSON'S.pptx
Signal flow graphs
Signal flow graph (sfg)
SIGNIFICANCE OF BLOCK DIAGRAM AND SIGNAL FLOW GRAPH IN CONTROL SYSTEM
Unit v mmc
Feedback and Control Systems
An Approach for Power Flow Analysis of Radial Distribution Networks
Complete Chapter 5.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
9. Block Diagram,ontrol signal to bring the process variable output of the pl...
Week 2- Lecture 1 ME-352 Control Engineering_100419.pptx
Pwm Control Strategy for Controlling Of Parallel Rectifiers In Single Phase T...
Sfg 5

More from Chandresh Suthar (20)

PPTX
Process of entrepreneureship
PPTX
Solar energy
PPT
CELLULAR MANUFACTURING
PPTX
Recording techniques in method study
PPTX
Multiport fuel injector system
PPTX
Dynamics of reciprocating masses
PPTX
Air conditioning system
PPTX
Homogeneous representation in geometric transformation
PPT
Design of pressure vessel
PPT
Solidification
PPTX
Fire wall security
PPTX
Heat conduction equation
PPT
Frictional clutch
PPTX
Thermal stesses
PPTX
Non destructive testing
PPT
Free body diagram
PPTX
PPTX
Boring machine
PPTX
Stess strain basic concept
PPTX
Lami's theorem
Process of entrepreneureship
Solar energy
CELLULAR MANUFACTURING
Recording techniques in method study
Multiport fuel injector system
Dynamics of reciprocating masses
Air conditioning system
Homogeneous representation in geometric transformation
Design of pressure vessel
Solidification
Fire wall security
Heat conduction equation
Frictional clutch
Thermal stesses
Non destructive testing
Free body diagram
Boring machine
Stess strain basic concept
Lami's theorem

Recently uploaded (20)

PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
Well-logging-methods_new................
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPT
Mechanical Engineering MATERIALS Selection
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
DOCX
573137875-Attendance-Management-System-original
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Digital Logic Computer Design lecture notes
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
CYBER-CRIMES AND SECURITY A guide to understanding
Lecture Notes Electrical Wiring System Components
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Well-logging-methods_new................
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Mechanical Engineering MATERIALS Selection
Operating System & Kernel Study Guide-1 - converted.pdf
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
573137875-Attendance-Management-System-original
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Digital Logic Computer Design lecture notes
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Foundation to blockchain - A guide to Blockchain Tech
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf

Signal flow graph

  • 1. GANDHINAGAR INSTITUTE OF TECHNOLOGY CONTROL ENGINEERING (2151908) Active learning assignment On SIGNAL FLOW GRAPH Prepared by:- 1). Sonani Manav 140120119223 2). Suthar Chandresh 140120119229 3). Tade Govind 140120119230 Guided by :-Asst. Prof. Kashyap Ramaiya
  • 2. Outline • Introduction to Signal Flow Graphs  Definitions  Terminologies • Signal-Flow Graph Models • BD to SFG  Example • Mason’s Gain Formula Example 6/09/2016 2
  • 3. Introduction 3 • Definition:- “ A signal flow graph is a graphical representation of the relationship between variables of a set of linear algebraic equation.” • A signal-flow graph consists of a network in which nodes are connected by directed branches. • It depicts the flow of signals from one point of a system to another and gives the relationships among the signals. 6/09/2016
  • 4. Fundamentals of Signal Flow Graphs • Consider a simple equation below and draw its signal flow graph: • The signal flow graph of the equation is shown below; • Every variable in a signal flow graph is designed by a Node. • Every transmission function in a signal flow graph is designed by a Branch. • Branches are always unidirectional. • The arrow in the branch denotes the direction of the signal flow. axy  x ya 6/09/2016 4
  • 5. Terminologies • An input node or source contain only the outgoing branches. i.e., X1 • An output node or sink contain only the incoming branches. i.e., X4 • A path is a continuous, unidirectional succession of branches along which no node is passed more than ones. i.e., • A forward path is a path from the input node to the output node. i.e., X1 to X2 to X3 to X4 , and X1 to X2 to X4 , are forward paths. • A feedback path or feedback loop is a path which originates and terminates on the same node. i.e.; X2 to X3 and back to X2 is a feedback path. X1 to X2 to X3 to X4 X2 to X3 to X4X1 to X2 to X4 6/09/2016 5
  • 6. Terminologies • A self-loop is a feedback loop consisting of a single branch. i.e.; A33 is a self loop. • The gain of a branch is the transmission function of that branch. • The path gain is the product of branch gains encountered in traversing a path. i.e. the gain of forwards path X1 to X2 to X3 to X4 is A21A32A43 • The loop gain is the product of the branch gains of the loop. i.e., the loop gain of the feedback loop from X2 to X3 and back to X2 is A32A23. • Two loops, paths, or loop and a path are said to be non-touching if they have no nodes in common. 6/09/2016 6
  • 7. SFG terms representation input node (source) b1x a 2x c 4x d 1 3x 3x mixed node mixed node forward path path loop branch node transmittance input node (source) 6/09/2016 7
  • 9. Construct the signal flow graph for the following set of simultaneous equations. • There are four variables in the equations (i.e., x1,x2,x3,and x4) therefore four nodes are required to construct the signal flow graph. • Arrange these four nodes from left to right and connect them with the associated branches. • Another way to arrange this graph is shown in the figure.
  • 10. BD to SFG 6/09/2016 10 Block Diagram Signal Flow Graph
  • 11. BD to SFG 6/09/2016 11 Block Diagram Block Diagram Signal Flow Graph
  • 13. Mason’s Rule (Mason, 1953) • The block diagram reduction technique requires successive application of fundamental relationships in order to arrive at the system transfer function. • On the other hand, Mason’s rule for reducing a signal-flow graph to a single transfer function requires the application of one formula. • The formula was derived by S. J. Mason when he related the signal-flow graph to the simultaneous equations that can be written from the graph. 6/09/2016 13
  • 14. Mason’s Rule: • The transfer function T, of a system represented by a signal-flow graph is; Where, n = number of forward paths. Pi = the i th forward-path gain. ∆ = Determinant of the system ∆i = Determinant of the ith forward path • ∆ is called the signal flow graph determinant or characteristic function. Since ∆=0 is the system characteristic equation.       n i iiP sR sC T 1 )( )( 6/09/2016 14
  • 15. Mason’s Rule: ∆ = 1- (sum of all individual loop transmittance) + (sum of the products of loop transmittance of all possible pairs of Non Touching loops) – (sum of the products of loop transmittance of Triple of Non Touching loop) + … ∆i = Calculate ∆ for ith path =1- All the loops that do not touch the ith forward path       n i iiP sR sC T 1 )( )( 6/09/2016 15
  • 16. Systematic approach 1. Calculate forward path gain Pi for each forward path i. 2. Calculate all loop transfer functions. 3. Consider non-touching loops 2 at a time. 4. Consider non-touching loops 3 at a time. 5. etc 6. Calculate Δ from steps 2,3,4 and 5 7. Calculate Δi as portion of Δ not touching forward path i 166/09/2016
  • 17. 6/09/2016 17 Example 1: Apply Mason’s Rule to calculate the transfer function of the system represented by following Signal Flow Graph
  • 18. Continued….. • In this system there is only one forward path between the input R(s) and the output C(s). The forward path gain is • we see that there are three individual loops. The gains of these loops are 𝐿1 = 𝐺1 𝐺2 𝐻1 𝐿2 = −𝐺2 𝐺3 𝐻2 𝐿3 = −𝐺1 𝐺2 𝐺3 • Note that since all three loops have a common branch, there are no non-touching loops. Hence, the determinant ∆ is given by ∆= 1 − (𝐿1+ 𝐿2 + 𝐿3) = 1 − 𝐺1 𝐺2 𝐻1 +𝐺2 𝐺3 𝐻2 +𝐺1 𝐺2 𝐺3 • There is no any non touching loop so we get, ∆𝑙= 1 • Therefore, the overall gain between the input 𝑅 𝑠 and the output 𝐶𝑠 or the closed loop transfer function, is given by 𝐶𝑠 𝑅 𝑠 = 𝐺1 𝐺2 𝐺3 1 − 𝐺1 𝐺2 𝐻1 +𝐺2 𝐺3 𝐻2 +𝐺1 𝐺2 𝐺3 6/09/2016 18 𝑃1 = 𝐺1 𝐺2 𝐺3
  • 19.    2211 )( )( PP sR sC TTherefore, 24313242121411 HGGGLHGGGLHGGL  ,, There are three feedback loops Example 2 : Apply Mason’s Rule to calculate the transfer function of the system represented by following Signal Flow Graph 6/09/2016 19
  • 20. ∆ = 1- (sum of all individual loop gains) There are no non-touching loops, therefore  3211 LLL   243124211411 HGGGHGGGHGG  Example2: Apply Mason’s Rule to calculate the transfer function of the system represented by following Signal Flow Graph 6/09/2016 20
  • 21. ∆1 = 1- (sum of all individual loop gains)+... Eliminate forward path-1 ∆1 = 1 ∆2 = 1- (sum of all individual loop gains)+... Eliminate forward path-2 ∆2 = 1 Example2 : Apply Mason’s Rule to calculate the transfer function of the system represented by following Signal Flow Graph 6/09/2016 21