0%

Lecture 3-Signal Flow Graph

5.6 Signal-Flow Graphs of State Equations

P254 of edition 7 book
Forms:

  1. Phase variable
  2. Cascade
  3. Parallel
  4. Controller canonical
  5. Observer canonical

Phase variable

phase variable

define $X_1(s) \equiv R(s)/(s^n + a_{n-1} s^{n-1} + … + a_0)$ \
Then define $X_2(s) = sX_1(s),\cdots, X_{n}(s)=sX_{n-1}(s)$\
So $X_{k}(s) = s^{k-1} X_1(s)$

then

rearrange it

Moreover

So

and

Cascade

cascade

define $X_n(s) = R(s) \frac{1}{s-s_n}$, here $sX_n(s) = s_n X_n(s) + R(s)$

define $A_k(s) = A_{k+1}(s) \frac{s-p_k}{s-s_k}$

moreover

so

Parallel

parallel

then define $X_k(s) \equiv R(s)\frac{t_k}{s- s_k}$

so

Controller canonical

controller canonical

reverse $X_1, …, X_n$ to $X_n,…, X_1$\
So 中心对称反射

and

Observer canonical

observer canonical
reverse $C(s)<=>R(s)$\
reverse $X<=>\dot{X}$\
change direction of arrows

So here $A \Leftarrow A^T$\
$B \Leftarrow C^T$\
$C \Leftarrow B^T$\
So

and