Signal flow graph

from Wikipedia, the free encyclopedia

A signal flow graph is a representation of the signal processing in a system through a directed , weighted graph . The nodes of this graph are small processing units that process the incoming signals in a certain form and then send the result to all outgoing edges.

From the signal flow diagram , they differ in the importance of nodes and edges.

Terms

Fig. 1: Example signal flow graph

Signal flow graphs are formally defined. Therefore, first some definitions of terms.

  • A path is a connected sequence of connections (edges) between nodes in one direction. In the example (X3 → X4 → X5) is a path.
  • An ingress node has only outbound paths. X1 is the input node.
  • An exit node has only inbound paths. X6 is the output node.
  • A forward path leads towards the exit node. (X2 → X3 → X4) and (X3 → X7 → X6) are forward paths.
  • A backward path leads towards the entry node. (X5 → X8 → X2) is a backward path.
  • A feedback loop exists when the start node and the end node are the same. (X2 → X3 → X4 → X5 → X8 → X2) is a feedback loop.
  • A self-referential loop is a path that leads from a node directly back to the same node without going through other nodes.

Figure 1 shows a general directional, weighted graph in the mathematical sense. It only becomes a signal flow graph with the following agreements:

  • A node represents a signal.
  • An edge represents the processing of the signal via its weight. It therefore generates a new signal.

The following also applies:

  • are static signals.
  • are continuous signals.
  • are their Laplace transforms .
  • are discrete signals.
  • are their Z-transforms .
  • are transfer factors.
  • are continuous impulse response functions .
  • are continuous transfer functions .
  • are discrete impulse response functions.
  • are discrete transfer functions.

Elements of a signal flow graph

The addition takes place in the destination node.

SFG Addition.png

The multiplication by a constant is used, inter alia, a differential equation for the processing of the coefficients.

SFG KonstMult.png

The convolution is a general link.

SFG Faltung.png

The integrator only exists in systems that are continuous over time.

SFG Integrator.png

The delay element is only available in time-discrete systems.

SFG delay.png

Basic circuits

The same rules apply to signal flow graphs as to signal flow diagrams. The only difference is the graphical representation. The relationships in the time domain were not shown here, as they are too confusing. The relationships are much simpler in the image area. With the basic circuits, complex signal flow graphs can be transformed and thus simplified.

Series connection

SFG series.png

Parallel connection

SFG Parallel.png

Feedback

SFG Rueckkopplung.png

Creation of signal flow graphs

From the differential equation

4th order differential equation

The usual, linear, inhomogeneous differential equation with constant coefficients of the 4th order is given

We carry the 4 state variables

a. The 4th order differential equation can thus be converted into a system of 4 1st order differential equations

and

with the initial equation

be convicted. So we need a series connection of 4 integrators in the forward path of the signal flow graph. The multiplication with the coefficients takes place in the backward paths leading to the summation node.

From the transfer function

4th order transfer function

The transfer function is given

.

After multiplying the numerator and denominator by , the transfer function has a form from which the required integrators can be seen immediately.

The numerator contains the factors of the forward path and the denominator those of the reverse path. This allows the signal flow graph to be drawn directly.

From the signal flow plan

Signal flow diagram of a 4th order transfer function

By interchanging nodes and edges, the signal flow diagram is obtained from the signal flow graph and vice versa.

Modifications of signal flow graphs

In the same way as linear systems of equations can be transformed, the associated signal flow graph can also be transformed. Some rules are explained below.

Combine parallel edges

Different edges with the same source and the same sink can be combined into one edge. So the distributive law is applied:

.

To do this, the vectors of the combined edges must be added in the signal flow graph.

Edges with the same source and target point can be combined.

Combine sequential edges

If three points , and connected only by two edges in such a way so that is valid , then the central node can be removed from the display. So the associative law is applied:

.

Individual evidence

  1. Mason, Samuel J .: Feedback Theory - Some Properties of Signal Flow Graphs , Proceeding of the IRE , 1953, vol. 41, pp. 1144-1156
  2. a b Strauss, Frieder: Basic Course in High Frequency Technology , Vieweg + Teubner Verlag, Wiesbaden 2012, pp. 172–175