1. Dual Forward Paths with Non-Touching Self-Loops
Control Engineering StudentBackground
Analyzing a textbook signal flow graph with parallel paths and isolated feedback nodes.
Problem
Determine the symbolic transfer function from source node R to sink node out.
How to use
Enter the directed edges with symbols G1 through G4 and feedback gains H1 and H2, then set R as input and out as output.
Edges:
R -> n1 = 1
n1 -> n2 = G1
n2 -> n3 = G2
n3 -> out = 1
n1 -> n4 = G3
n4 -> n3 = G4
n2 -> n2 = H1
n4 -> n4 = H2
Input Node: R
Output Node: outOutcome
Finds 2 forward paths and 1 non-touching loop pair, outputting T = (G1·G2·(1−H2) + G3·G4·(1−H1)) / (1 − H1 − H2 + H1·H2).