- #1
Dustinsfl
- 2,281
- 5
How does one construct a block diagram from the state space representation?
Consider the state space:
\begin{align}
\dot{\mathbf{x}} &=
\begin{pmatrix}
0 & 1\\
0 & 0
\end{pmatrix}
\mathbf{x}(t) +
\begin{pmatrix}
0\\
1
\end{pmatrix}\mathbf{u}(t)\\
y(t) &= x_1(t)
\end{align}
Consider the state space:
\begin{align}
\dot{\mathbf{x}} &=
\begin{pmatrix}
0 & 1\\
0 & 0
\end{pmatrix}
\mathbf{x}(t) +
\begin{pmatrix}
0\\
1
\end{pmatrix}\mathbf{u}(t)\\
y(t) &= x_1(t)
\end{align}