A signal flow graph is graphical representation of control system. In signal flow graph variables are represented by the nodes of the graph, while relationship between variables are represented by branches connecting nodes.
Signal Flow Graph Terminology:

The different terms used in signal flow graphs are explained below,
- Node: It is a system variable which is equal to the sum of all incoming signals at the node. Outgoing signals from the node do not affect the value of node variable. For example, consider the signal flow graph shown. Herey1,y2,y3,y4,y5,y6 are nodes. The value of the variable(node)y2 given by y2=a12y1+a42y4
- Branch: A branch is a directed line between nodes.
- Transmittance: Transmittance is gain between nodes or branch gain. Such gains are expressed in terms of transfer function.
- Input node or Source node: It is a node which has only outgoing branches. Here y1 is input node.
- Output node or Sink node: It is a node which has only incoming branches. Here y6 is output node.
- Chain node or mixed node: It is a node which has both incoming and outgoing branches.
- Path: It is a traversal from one node to another node in the direction of signal(branch arrow), such that no node traverses more than once.
- Forward path: It is a path from the input node to the output node. In the path, y1→y2→y3→y4→y5→y6 is forward path
- Closed loop: This is a loop which starts from a particular node and ends at the same node. For example, y2→y3→y4→y2 form a close path and is called closed loop.
- Self loop: Its also starts from a node and ends at the same node having only one branch.
- Path Gain: It is product of all branch gains in a path. For example,the path gain of the path y1→y2→y3→y5→y6 isa12a23a35a56.
- Loop gain: It is product of branch gains in a closed loop. For examples, loop gains of loop y2→y3→y4→y2 is a23a34a42.
- Non touching loop: Loops are said to be non-touching when there are no common nodes between them.
Mason's Gain Formula:
Mason's gain formula is used for the determination of over all transfer function of a system. The number of steps involved in block diagram reduction is high and it is time consuming procedure. Using mason's gain formula is a convenient and easy way of finding the relation between input and output variables.
It is given by,T=1ΔK∑i=1PKΔK
Where, K= number of forward path
PK= path gain of K-th forward path
Δ= Determinant of the graph
=1-(sum of individual loop gains)+(sum of gain product of all combinations of two non touching
loops)-(sum of gain products of all combinations of three non touching loops)+........
ΔK= Δ of part of graph not touching the K-th forward path.
- 1324 views