状态空间 (英語:State-space_representation ),是控制工程 中的一個名詞。状态 是指在系统 中可决定系统状态、最小数目变量的有序 集合 [ 1] 。而所谓状态空间则是指该系统全部可能状态的集合[ 2] 。簡單來說,状态空间可以視為一個以狀態變數為坐標軸的空間,因此系統的狀態可以表示為此空間中的一個向量。
状态空间表示法即為一種將物理系統表示為一組輸入、輸出及狀態的數學模式,而輸入、輸出及狀態之間的關係可用許多一階微分方程 來描述。
為了使數學模式不受輸入、輸出及狀態的個數所影響,輸入、輸出及狀態都會以向量 的形式表示,而微分方程(若是線性非時變系統,可將微分方程轉變為代數方程)則會以矩陣的形式來表示。
状态空间表示法提供一種方便簡捷的方法來針對多輸入、多輸出的系統進行分析並建立模型。一般頻域 的系統處理方式需限制在常係數,啟始條件為0的系統。而状态空间表示法對系統的係數及啟始條件沒有限制。
使用狀態變數的系統方塊圖表示 系統的狀態變數 是指系統變數中,可以表示任一時間系統完整狀態的最小子集合。要表示一系統需要的狀態變數最小值n,通常也是該系統微分方程式的階數。若系統是以傳遞函數 來表示,狀態變數的最小個數等於傳遞函數分母多項式的階數。在電路中狀態變數的個數常常就是電路中儲能元件(如電容器 及電感器 )的個數。
一個有 p {\displaystyle p} 個輸入、 q {\displaystyle q} 個輸出及 n {\displaystyle n} 個狀態變數的線性系統 ,可以用以下的状态空间表示法來表示:
x ˙ ( t ) = A ( t ) x ( t ) + B ( t ) u ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=A(t)\mathbf {x} (t)+B(t)\mathbf {u} (t)} y ( t ) = C ( t ) x ( t ) + D ( t ) u ( t ) {\displaystyle \mathbf {y} (t)=C(t)\mathbf {x} (t)+D(t)\mathbf {u} (t)} 其中:
x ( ⋅ ) {\displaystyle \mathbf {x} (\cdot )} 稱為狀態向量, x ( t ) ∈ R n {\displaystyle \mathbf {x} (t)\in \mathbb {R} ^{n}} ; y ( ⋅ ) {\displaystyle \mathbf {y} (\cdot )} 稱為輸出向量, y ( t ) ∈ R q {\displaystyle \mathbf {y} (t)\in \mathbb {R} ^{q}} ; u ( ⋅ ) {\displaystyle \mathbf {u} (\cdot )} 稱為輸入向量(或控制向量), u ( t ) ∈ R p {\displaystyle \mathbf {u} (t)\in \mathbb {R} ^{p}} ; A ( ⋅ ) {\displaystyle A(\cdot )} 稱為狀態矩陣, dim [ A ( ⋅ ) ] = n × n {\displaystyle \operatorname {dim} [A(\cdot )]=n\times n} , B ( ⋅ ) {\displaystyle B(\cdot )} 稱為輸入矩陣, dim [ B ( ⋅ ) ] = n × p {\displaystyle \operatorname {dim} [B(\cdot )]=n\times p} , C ( ⋅ ) {\displaystyle C(\cdot )} 稱為輸出矩陣, dim [ C ( ⋅ ) ] = q × n {\displaystyle \operatorname {dim} [C(\cdot )]=q\times n} , D ( ⋅ ) {\displaystyle D(\cdot )} 稱為前饋矩陣(若系統沒有直接從輸入到輸出的路徑,此矩陣為零矩陣 ), dim [ D ( ⋅ ) ] = q × p {\displaystyle \operatorname {dim} [D(\cdot )]=q\times p} , x ˙ ( t ) := d d t x ( t ) {\displaystyle {\dot {\mathbf {x} }}(t):={\frac {\operatorname {d} }{\operatorname {d} t}}\mathbf {x} (t)} . 通式中所有的矩陣均允許隨著時間而變化,此時所表示的就是線性時變系統。若表示的是线性非时变系统 ,则通式的矩陣都不會隨著時間變化。時間變數 t {\displaystyle t} 可以是連續的(例如 t ∈ R {\displaystyle t\in \mathbb {R} } )或是離散的(例如 t ∈ Z {\displaystyle t\in \mathbb {Z} } )。若是後者,其時間變數一般會標示為 k {\displaystyle k} 。混合系統 允許同時使用連續及離散的時域。依不同的假設,状态空间表示法可以是以下的這些形式:
系統形式 状态空间模型 連續非時變系統 x ˙ ( t ) = A x ( t ) + B u ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)+B\mathbf {u} (t)} y ( t ) = C x ( t ) + D u ( t ) {\displaystyle \mathbf {y} (t)=C\mathbf {x} (t)+D\mathbf {u} (t)} 連續時變系統 x ˙ ( t ) = A ( t ) x ( t ) + B ( t ) u ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=\mathbf {A} (t)\mathbf {x} (t)+\mathbf {B} (t)\mathbf {u} (t)} y ( t ) = C ( t ) x ( t ) + D ( t ) u ( t ) {\displaystyle \mathbf {y} (t)=\mathbf {C} (t)\mathbf {x} (t)+\mathbf {D} (t)\mathbf {u} (t)} 離散非時變系統 x ( k + 1 ) = A x ( k ) + B u ( k ) {\displaystyle \mathbf {x} (k+1)=A\mathbf {x} (k)+B\mathbf {u} (k)} y ( k ) = C x ( k ) + D u ( k ) {\displaystyle \mathbf {y} (k)=C\mathbf {x} (k)+D\mathbf {u} (k)} 離散時變系統 x ( k + 1 ) = A ( k ) x ( k ) + B ( k ) u ( k ) {\displaystyle \mathbf {x} (k+1)=\mathbf {A} (k)\mathbf {x} (k)+\mathbf {B} (k)\mathbf {u} (k)} y ( k ) = C ( k ) x ( k ) + D ( k ) u ( k ) {\displaystyle \mathbf {y} (k)=\mathbf {C} (k)\mathbf {x} (k)+\mathbf {D} (k)\mathbf {u} (k)} 連續非時變系統 轉換到s域 s X ( s ) = A X ( s ) + B U ( s ) {\displaystyle s\mathbf {X} (s)=A\mathbf {X} (s)+B\mathbf {U} (s)} Y ( s ) = C X ( s ) + D U ( s ) {\displaystyle \mathbf {Y} (s)=C\mathbf {X} (s)+D\mathbf {U} (s)} 離散非時變系統 轉換到Z-域 z X ( z ) = A X ( z ) + B U ( z ) {\displaystyle z\mathbf {X} (z)=A\mathbf {X} (z)+B\mathbf {U} (z)} Y ( z ) = C X ( z ) + D U ( z ) {\displaystyle \mathbf {Y} (z)=C\mathbf {X} (z)+D\mathbf {U} (z)}
連續线性非时变系统 的穩定性及響應特性可以由矩陣A 的特徵值 得到,也可以由系統對應的乘積型傳遞函數 中得到。其型式如下所示:
G ( s ) = k ( s − z 1 ) ( s − z 2 ) ( s − z 3 ) ( s − p 1 ) ( s − p 2 ) ( s − p 3 ) ( s − p 4 ) {\displaystyle {\textbf {G}}(s)=k{\frac {(s-z_{1})(s-z_{2})(s-z_{3})}{(s-p_{1})(s-p_{2})(s-p_{3})(s-p_{4})}}} 傳遞函數的分母等於 s I − A {\displaystyle sI-A} 的行列式 所得的特徵多項式 :
λ ( s ) = | s I − A | {\displaystyle \mathbf {\lambda } (s)=|sI-A|} . 其多項式的根即為矩陣A 的特徵值 ,也是傳遞函數的极点 。极点可以用來分析系統是否為指數穩定 、臨界穩定 或者根本不穩定。李雅普諾夫穩定性 是另一種不需計算特徵值,也可以判斷穩定性的方式。
由傳遞函數的分子 G ( s ) {\displaystyle {\textbf {G}}(s)} 可以找到多項式的零點,可用來判斷系統是否是最小相位 。
即使系統沒有內部穩定性,仍有可能是輸入輸出穩定 系統。此情形時的不穩定极点和零點相消,為一個可去奇點 。
傳遞函數 可用來描述線性非時變系統的特性。一個連續時間的線性非時變系統,可以用以下的方式,將其狀態空間表示式轉換為傳遞函數:
首先,對下式進行拉氏轉換 ,在初始條件為0( x ( 0 ) = 0 {\displaystyle \mathbf {x} (0)=\mathbf {0} } )時
x ˙ ( t ) = A x ( t ) + B u ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)+B\mathbf {u} (t)} 可得到
s X ( s ) = A X ( s ) + B U ( s ) {\displaystyle s\mathbf {X} (s)=A\mathbf {X} (s)+B\mathbf {U} (s)} 再針對 X ( s ) {\displaystyle \mathbf {X} (s)} 化簡,可得到
( s I − A ) X ( s ) = B U ( s ) {\displaystyle (s\mathbf {I} -A)\mathbf {X} (s)=B\mathbf {U} (s)} X ( s ) = ( s I − A ) − 1 B U ( s ) {\displaystyle \mathbf {X} (s)=(s\mathbf {I} -A)^{-1}B\mathbf {U} (s)} 可以用此式來替換以下輸出方程式中的 X ( s ) {\displaystyle \mathbf {X} (s)}
Y ( s ) = C X ( s ) + D U ( s ) {\displaystyle \mathbf {Y} (s)=C\mathbf {X} (s)+D\mathbf {U} (s)} 結果如下
Y ( s ) = C ( ( s I − A ) − 1 B U ( s ) ) + D U ( s ) {\displaystyle \mathbf {Y} (s)=C((s\mathbf {I} -A)^{-1}B\mathbf {U} (s))+D\mathbf {U} (s)} 傳遞函數 G ( s ) {\displaystyle \mathbf {G} (s)} 定義為系統輸出相對於輸入的比值
G ( s ) = Y ( s ) / U ( s ) {\displaystyle \mathbf {G} (s)=\mathbf {Y} (s)/\mathbf {U} (s)} 因此可得到
G ( s ) = C ( s I − A ) − 1 B + D {\displaystyle \mathbf {G} (s)=C(s\mathbf {I} -A)^{-1}B+D} G ( s ) {\displaystyle \mathbf {G} (s)} 必须是 q × p {\displaystyle q\times p} 的矩陣。
若線性非時變系統有多個輸入及輸出時,其傳遞函數(也稱為傳遞矩陣)表示每一組輸入及輸出的關係,傳遞矩陣的每一個元素都是一組特定輸入及輸出的傳遞函數,不過多重輸入多重輸出(MIMO)的系統多使用状态空间的方式進行分析,較少使用傳遞函數或傳遞矩陣。
將一個系統由狀態空間表示式轉換為傳遞函數時,系統內部的資訊無法完整的轉換,可能系統表示為狀態空間表示式中在特定位置時會不穩定,但是用傳遞函數表示時卻是一個穩定的系統。
一系統的狀態可控制性 表示對於系統的一組初始狀態及一組終止狀態,存在一組輸入,使得此系統在有限時間內,可以由初始狀態轉移到終止狀態。一個連續线性时不变系统以状态空间表示時,系统若且唯若 在以下秩 的等式成立時才有可控制性
rank [ B A B A 2 B . . . A n − 1 B ] = n {\displaystyle \operatorname {rank} {\begin{bmatrix}B&AB&A^{2}B&...&A^{n-1}B\end{bmatrix}}=n} (秩 就是矩陣中線性獨立橫行的數目)
可觀察性 是可以依一系統的輸出得知其系統內部的初始狀態。一系統的可觀察性及可控制性有數學上的對偶關係,可控制性是指可以利用輸入將系統由初始狀態轉換成任意的最終狀態,而可觀察性是指系統的輸出軌跡預測其初始狀態。
一個連續時間的線性非時變系統可觀察性,若且唯若下式成立:
rank [ C C A . . . C A n − 1 ] = n {\displaystyle \operatorname {rank} {\begin{bmatrix}C\\CA\\...\\CA^{n-1}\end{bmatrix}}=n} 連續時間線性時不變的狀態空間模型可以用以下方式推導其传递函数 :
首先,對下式進行拉普拉斯变换
x ˙ ( t ) = A x ( t ) + B u ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)+B\mathbf {u} (t)} 可得
s X ( s ) − x ( 0 ) = A X ( s ) + B U ( s ) . {\displaystyle s\mathbf {X} (s)-\mathbf {x} (0)=A\mathbf {X} (s)+B\mathbf {U} (s).} 接下來,化簡 X ( s ) {\displaystyle \mathbf {X} (s)} ,可得
( s I − A ) X ( s ) = x ( 0 ) + B U ( s ) , {\displaystyle (s\mathbf {I} -A)\mathbf {X} (s)=\mathbf {x} (0)+B\mathbf {U} (s),} 因此
X ( s ) = ( s I − A ) − 1 x ( 0 ) + ( s I − A ) − 1 B U ( s ) . {\displaystyle \mathbf {X} (s)=(s\mathbf {I} -A)^{-1}\mathbf {x} (0)+(s\mathbf {I} -A)^{-1}B\mathbf {U} (s).} 替換以下輸出方程中的 X ( s ) {\displaystyle \mathbf {X} (s)}
Y ( s ) = C X ( s ) + D U ( s ) , {\displaystyle \mathbf {Y} (s)=C\mathbf {X} (s)+D\mathbf {U} (s),} 可得 Y ( s ) = C ( ( s I − A ) − 1 x ( 0 ) + ( s I − A ) − 1 B U ( s ) ) + D U ( s ) . {\displaystyle \mathbf {Y} (s)=C((s\mathbf {I} -A)^{-1}\mathbf {x} (0)+(s\mathbf {I} -A)^{-1}B\mathbf {U} (s))+D\mathbf {U} (s).} 传递函数 G ( s ) {\displaystyle \mathbf {G} (s)} 定義為在初始條件為0( x ( 0 ) = 0 {\displaystyle \mathbf {x} (0)=\mathbf {0} } )時,系統輸出和輸入的比值。不過因為向量和向量的比例不存在,因此考慮讓传递函数可以滿足下式
G ( s ) × U ( s ) = Y ( s ) {\displaystyle \mathbf {G} (s)\times \mathbf {U} (s)=\mathbf {Y} (s)} 比較 Y ( s ) {\displaystyle \mathbf {Y} (s)} 的方程,可得
G ( s ) = C ( s I − A ) − 1 B + D . {\displaystyle \mathbf {G} (s)=C(s\mathbf {I} -A)^{-1}B+D.} 可以看出 G ( s ) {\displaystyle \mathbf {G} (s)} 的維度需要是 q {\displaystyle q} 乘 p {\displaystyle p} ,共有 q p {\displaystyle qp} 個元素。
針對每一個輸入,有 q {\displaystyle q} 個传递函数,每個對應一個輸出。因此在多重輸入多重輸出(MIMO)的系統,會比較傾向用状态空间表示法來表達。羅森布羅克系統矩陣 提供了状态空间表示法和其传递函数 之間的橋樑。
任一個嚴格真分 的傳遞函數,可以依以下的方式轉換為狀態空間的表示法(以下以一個4階、單一輸入及輸出的系統為例):
先將傳遞函數分子分母展開成以下的形式:
G ( s ) = n 1 s 3 + n 2 s 2 + n 3 s + n 4 s 4 + d 1 s 3 + d 2 s 2 + d 3 s + d 4 {\displaystyle {\textbf {G}}(s)={\frac {n_{1}s^{3}+n_{2}s^{2}+n_{3}s+n_{4}}{s^{4}+d_{1}s^{3}+d_{2}s^{2}+d_{3}s+d_{4}}}} . 其分子分母的係數可以放進以下的狀態空間表示式中:
x ˙ ( t ) = [ − d 1 − d 2 − d 3 − d 4 1 0 0 0 0 1 0 0 0 0 1 0 ] x ( t ) + [ 1 0 0 0 ] u ( t ) {\displaystyle {\dot {\textbf {x}}}(t)={\begin{bmatrix}-d_{1}&-d_{2}&-d_{3}&-d_{4}\\1&0&0&0\\0&1&0&0\\0&0&1&0\end{bmatrix}}{\textbf {x}}(t)+{\begin{bmatrix}1\\0\\0\\0\\\end{bmatrix}}{\textbf {u}}(t)} y ( t ) = [ n 1 n 2 n 3 n 4 ] x ( t ) {\displaystyle {\textbf {y}}(t)={\begin{bmatrix}n_{1}&n_{2}&n_{3}&n_{4}\end{bmatrix}}{\textbf {x}}(t)} . 這種狀態空間的實現方式稱為“可控制正則型”(controllable canonical form),方便判斷系統的可控制性(控制輸入經過一連串的積分器後,即可影響每一個狀態),因此。
傳遞函數也可以轉換為以下的狀態空間表示式:
x ˙ ( t ) = [ − d 1 1 0 0 − d 2 0 1 0 − d 3 0 0 1 − d 4 0 0 0 ] x ( t ) + [ n 1 n 2 n 3 n 4 ] u ( t ) {\displaystyle {\dot {\textbf {x}}}(t)={\begin{bmatrix}-d_{1}&1&0&0\\-d_{2}&0&1&0\\-d_{3}&0&0&1\\-d_{4}&0&0&0\end{bmatrix}}{\textbf {x}}(t)+{\begin{bmatrix}n_{1}\\n_{2}\\n_{3}\\n_{4}\end{bmatrix}}{\textbf {u}}(t)} y ( t ) = [ 1 0 0 0 ] x ( t ) {\displaystyle {\textbf {y}}(t)={\begin{bmatrix}1&0&0&0\end{bmatrix}}{\textbf {x}}(t)} . 這種狀態空間的實現方式稱為“可觀察正則型”(observable canonical form),方便判斷系統的可觀察性(輸出是經過狀態變數一連串積分後的輸出,因此可經由狀態變數影響系統的輸出)。
若傳遞函數只是真分傳遞函數 ,不滿足嚴格真分的條件,可以將傳遞函數分為一嚴格真分數及常數的和,即可轉換為狀態空間的表示方式
G ( s ) = G S P ( s ) + G ( ∞ ) {\displaystyle {\textbf {G}}(s)={\textbf {G}}_{SP}(s)+{\textbf {G}}(\infty )} 利用上一段的作法可以將嚴格真分傳遞函數轉換為正則型的狀態空間表示式。而常數部份可以轉換為 y ( t ) = G ( ∞ ) u ( t ) {\displaystyle {\textbf {y}}(t)={\textbf {G}}(\infty ){\textbf {u}}(t)} 。因此狀態空間表示式的矩陣A 、B 及C 可利用傳遞函數的嚴格真分部份求得,而矩陣D 可利用常數部份求得。
例如以下的真分傳遞函數
G ( s ) = s 2 + 3 s + 3 s 2 + 2 s + 1 = s + 2 s 2 + 2 s + 1 + 1 {\displaystyle {\textbf {G}}(s)={\frac {s^{2}+3s+3}{s^{2}+2s+1}}={\frac {s+2}{s^{2}+2s+1}}+1} 其可控制正則型的實現如下
x ˙ ( t ) = [ − 2 − 1 1 0 ] x ( t ) + [ 1 0 ] u ( t ) {\displaystyle {\dot {\textbf {x}}}(t)={\begin{bmatrix}-2&-1\\1&0\\\end{bmatrix}}{\textbf {x}}(t)+{\begin{bmatrix}1\\0\end{bmatrix}}{\textbf {u}}(t)} y ( t ) = [ 1 2 ] x ( t ) + [ 1 ] u ( t ) {\displaystyle {\textbf {y}}(t)={\begin{bmatrix}1&2\end{bmatrix}}{\textbf {x}}(t)+{\begin{bmatrix}1\end{bmatrix}}{\textbf {u}}(t)} 其輸出直接受到輸入的影響,原因就是因為傳遞函數的常數部份。
典型有反饋的狀態空間模型 要為系統增加反饋,可以將輸出乘以一矩陣K ,當作系統的輸入: u ( t ) = K y ( t ) {\displaystyle \mathbf {u} (t)=K\mathbf {y} (t)} . 因此系統
x ˙ ( t ) = A x ( t ) + B u ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)+B\mathbf {u} (t)} y ( t ) = C x ( t ) + D u ( t ) {\displaystyle \mathbf {y} (t)=C\mathbf {x} (t)+D\mathbf {u} (t)} 可改寫為以下的形式
x ˙ ( t ) = A x ( t ) + B K y ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)+BK\mathbf {y} (t)} y ( t ) = C x ( t ) + D K y ( t ) {\displaystyle \mathbf {y} (t)=C\mathbf {x} (t)+DK\mathbf {y} (t)} 求解 y ( t ) {\displaystyle \mathbf {y} (t)} ,代入狀態方程式中可得
x ˙ ( t ) = ( A + B K ( I − D K ) − 1 C ) x ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=\left(A+BK\left(I-DK\right)^{-1}C\right)\mathbf {x} (t)} y ( t ) = ( I − D K ) − 1 C x ( t ) {\displaystyle \mathbf {y} (t)=\left(I-DK\right)^{-1}C\mathbf {x} (t)} 此作法的好處是整個系統的特性不止是由矩陣A 的特徵值決定,也可以由K 的適當設定及 ( A + B K ( I − D K ) − 1 C ) {\displaystyle \left(A+BK\left(I-DK\right)^{-1}C\right)} 的特徵值分解來調整。不過此作法的前提是開迴路系統本身是可控制 的,或者矩陣A 的不穩定特徵值可以由適當的K 調整為穩定。
有一種常見的簡化法是令矩陣D 為零矩陣 ,矩陣C 為單位矩陣 ,因此方程式可以簡化為以下的形式:
x ˙ ( t ) = ( A + B K ) x ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=\left(A+BK\right)\mathbf {x} (t)} y ( t ) = x ( t ) {\displaystyle \mathbf {y} (t)=\mathbf {x} (t)} 需進行特徵值分解的矩陣縮小為 A + B K {\displaystyle A+BK} 。
輸出回授及目標值輸入 回授信號也可以再加上目標值 輸入 r ( t ) {\displaystyle r(t)} ,此時的回授值信號為 u ( t ) = − K y ( t ) + r ( t ) {\displaystyle \mathbf {u} (t)=-K\mathbf {y} (t)+\mathbf {r} (t)} .
x ˙ ( t ) = A x ( t ) + B u ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)+B\mathbf {u} (t)} y ( t ) = C x ( t ) + D u ( t ) {\displaystyle \mathbf {y} (t)=C\mathbf {x} (t)+D\mathbf {u} (t)} 變成以下的形式
x ˙ ( t ) = A x ( t ) − B K y ( t ) + B r ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)-BK\mathbf {y} (t)+B\mathbf {r} (t)} y ( t ) = C x ( t ) − D K y ( t ) + D r ( t ) {\displaystyle \mathbf {y} (t)=C\mathbf {x} (t)-DK\mathbf {y} (t)+D\mathbf {r} (t)} 求解 y ( t ) {\displaystyle \mathbf {y} (t)} ,代入狀態方程式中可得
x ˙ ( t ) = ( A − B K ( I + D K ) − 1 C ) x ( t ) + B ( I − K ( I + D K ) − 1 D ) r ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=\left(A-BK\left(I+DK\right)^{-1}C\right)\mathbf {x} (t)+B\left(I-K\left(I+DK\right)^{-1}D\right)\mathbf {r} (t)} y ( t ) = ( I + D K ) − 1 C x ( t ) + ( I + D K ) − 1 D r ( t ) {\displaystyle \mathbf {y} (t)=\left(I+DK\right)^{-1}C\mathbf {x} (t)+\left(I+DK\right)^{-1}D\mathbf {r} (t)} 一個常見的簡化是令矩陣D 為零矩陣 ,方程式可簡化為以下的形式
x ˙ ( t ) = ( A − B K C ) x ( t ) + B r ( t ) {\displaystyle {\dot {\mathbf {x} }}(t)=\left(A-BKC\right)\mathbf {x} (t)+B\mathbf {r} (t)} y ( t ) = C x ( t ) {\displaystyle \mathbf {y} (t)=C\mathbf {x} (t)} 以下以物體的一維移動來作為範例。 考慮一物體在一平面上水平移動,物體和牆壁之間有彈簧相連接,依牛頓第二運動定律 ,其受力如下
m y ¨ ( t ) = u ( t ) − k 1 y ˙ ( t ) − k 2 y ( t ) {\displaystyle m{\ddot {y}}(t)=u(t)-k_{1}{\dot {y}}(t)-k_{2}y(t)} 其中
y ( t ) {\displaystyle y(t)} 為位置, y ˙ ( t ) {\displaystyle {\dot {y}}(t)} 及 y ¨ ( t ) {\displaystyle {\ddot {y}}(t)} 分別是速度及加速度 u ( t ) {\displaystyle u(t)} 為施力 k 1 {\displaystyle k_{1}} 為粘滞摩擦係數 k 2 {\displaystyle k_{2}} 為彈簧的彈性常數 m {\displaystyle m} 為物體的質量 其狀態方程式可以下式表示
[ x 1 ˙ ( t ) x 2 ˙ ( t ) ] = [ 0 1 − k 2 m − k 1 m ] [ x 1 ( t ) x 2 ( t ) ] + [ 0 1 m ] u ( t ) {\displaystyle \left[{\begin{matrix}\mathbf {\dot {x_{1}}} (t)\\\mathbf {\dot {x_{2}}} (t)\end{matrix}}\right]=\left[{\begin{matrix}0&1\\-{\frac {k_{2}}{m}}&-{\frac {k_{1}}{m}}\end{matrix}}\right]\left[{\begin{matrix}\mathbf {x_{1}} (t)\\\mathbf {x_{2}} (t)\end{matrix}}\right]+\left[{\begin{matrix}0\\{\frac {1}{m}}\end{matrix}}\right]\mathbf {u} (t)} y ( t ) = [ 1 0 ] [ x 1 ( t ) x 2 ( t ) ] {\displaystyle \mathbf {y} (t)=\left[{\begin{matrix}1&0\end{matrix}}\right]\left[{\begin{matrix}\mathbf {x_{1}} (t)\\\mathbf {x_{2}} (t)\end{matrix}}\right]} 其中
x 1 ( t ) {\displaystyle x_{1}(t)} 為物體的位置 x 2 ( t ) = x 1 ˙ ( t ) {\displaystyle x_{2}(t)={\dot {x_{1}}}(t)} 為物體的速度 x 2 ˙ ( t ) = x 1 ¨ ( t ) {\displaystyle {\dot {x_{2}}}(t)={\ddot {x_{1}}}(t)} 為物體的加速度 輸出 y ( t ) {\displaystyle \mathbf {y} (t)} 為物體的位置 依可控制性 測試,結果為
[ B A B ] = [ [ 0 1 m ] [ 0 1 − k 2 m − k 1 m ] [ 0 1 m ] ] = [ 0 1 m 1 m k 1 m 2 ] {\displaystyle \left[{\begin{matrix}B&AB\end{matrix}}\right]=\left[{\begin{matrix}\left[{\begin{matrix}0\\{\frac {1}{m}}\end{matrix}}\right]&\left[{\begin{matrix}0&1\\-{\frac {k_{2}}{m}}&-{\frac {k_{1}}{m}}\end{matrix}}\right]\left[{\begin{matrix}0\\{\frac {1}{m}}\end{matrix}}\right]\end{matrix}}\right]=\left[{\begin{matrix}0&{\frac {1}{m}}\\{\frac {1}{m}}&{\frac {k_{1}}{m^{2}}}\end{matrix}}\right]} 對所有非零的 k 1 {\displaystyle k_{1}} ,上述矩陣皆為full rank。
依可觀察性 測試,結果為
[ C C A ] = [ [ 1 0 ] [ 1 0 ] [ 0 1 − k 2 m − k 1 m ] ] = [ 1 0 0 1 ] {\displaystyle \left[{\begin{matrix}C\\CA\end{matrix}}\right]=\left[{\begin{matrix}\left[{\begin{matrix}1&0\end{matrix}}\right]\\\left[{\begin{matrix}1&0\end{matrix}}\right]\left[{\begin{matrix}0&1\\-{\frac {k_{2}}{m}}&-{\frac {k_{1}}{m}}\end{matrix}}\right]\end{matrix}}\right]=\left[{\begin{matrix}1&0\\0&1\end{matrix}}\right]} 對所有非零的 k 1 {\displaystyle k_{1}} ,上述矩陣也皆為full rank。
因此,此系統具有可控制性及可觀察性。
以下將狀態空間模型以函數的形式來表示。
x ˙ ( t ) = f ( t , x ( t ) , u ( t ) ) {\displaystyle \mathbf {\dot {x}} (t)=\mathbf {f} (t,x(t),u(t))} y ( t ) = h ( t , x ( t ) , u ( t ) ) {\displaystyle \mathbf {y} (t)=\mathbf {h} (t,x(t),u(t))} 第一個方程式為狀態方程式,第二個方程式為輸出方程式。
此表示法可以表示線性系統及非線性系統。若函數 f ( ⋅ , ⋅ , ⋅ ) {\displaystyle f(\cdot ,\cdot ,\cdot )} 是狀態及輸入的線性組合,則以上方程式可以改寫為矩陣的形式。
若系統沒有外力(沒有輸入項),則以上方程式中的 u ( t ) {\displaystyle u(t)} 可以省略。
單擺 即為一個非線性系統的例子。
m l θ ¨ ( t ) = − m g sin θ ( t ) − k l θ ˙ ( t ) {\displaystyle ml{\ddot {\theta }}(t)=-mg\sin \theta (t)-kl{\dot {\theta }}(t)} 其中
θ ( t ) {\displaystyle \theta (t)} 為單擺偏離垂線的角度 m {\displaystyle m} 為單擺的質量(單擺的線或桿的質量假設為零) g {\displaystyle g} 為重力加速度 k {\displaystyle k} 為摩擦係數 l {\displaystyle l} 為單擺的半徑(以質量 m {\displaystyle m} 的重心位置為準) 其狀態方程式為
x 1 ˙ ( t ) = x 2 ( t ) {\displaystyle {\dot {x_{1}}}(t)=x_{2}(t)} x 2 ˙ ( t ) = − g l sin x 1 ( t ) − k m x 2 ( t ) {\displaystyle {\dot {x_{2}}}(t)=-{\frac {g}{l}}\sin {x_{1}}(t)-{\frac {k}{m}}{x_{2}}(t)} 其中
x 1 ( t ) = θ ( t ) {\displaystyle x_{1}(t)=\theta (t)} 為單擺的角度 x 2 ( t ) = x 1 ˙ ( t ) {\displaystyle x_{2}(t)={\dot {x_{1}}}(t)} 為單擺的角速度 x 2 ˙ = x 1 ¨ {\displaystyle {\dot {x_{2}}}={\ddot {x_{1}}}} 為單擺的角加速度 其狀態方程式可寫成以下的形式
x ˙ ( t ) = ( x 1 ˙ ( t ) x 2 ˙ ( t ) ) = f ( t , x ( t ) ) = ( x 2 ( t ) − g l sin x 1 ( t ) − k m x 2 ( t ) ) . {\displaystyle {\dot {x}}(t)=\left({\begin{matrix}{\dot {x_{1}}}(t)\\{\dot {x_{2}}}(t)\end{matrix}}\right)=\mathbf {f} (t,x(t))=\left({\begin{matrix}x_{2}(t)\\-{\frac {g}{l}}\sin {x_{1}}(t)-{\frac {k}{m}}{x_{2}}(t)\end{matrix}}\right).} 一系統的機械平衡點 或駐點 為 x ˙ = 0 {\displaystyle {\dot {x}}=0} 的位置,因此單擺系統的平衡點如下
( x 1 x 2 ) = ( n π 0 ) {\displaystyle \left({\begin{matrix}x_{1}\\x_{2}\end{matrix}}\right)=\left({\begin{matrix}n\pi \\0\end{matrix}}\right)} 其中n 為整數。
Antsaklis, P.J. and Michel, A.N. 2007. A Linear Systems Primer , Birkhauser. (ISBN 978-0-8176-4434-50) Chen, Chi-Tsong 1999. Linear System Theory and Design , 3rd. ed., Oxford University Press (ISBN 978-0-19-511777-6 ) Khalil, Hassan K. 2001 Nonlinear Systems , 3rd. ed., Prentice Hall (ISBN 978-0-13-067389-3 ) Nise, Norman S. 2004. Control Systems Engineering , 4th ed., John Wiley & Sons, Inc. (ISBN 978-0-471-44577-7 ) Hinrichsen, Diederich and Pritchard, Anthony J. 2005. Mathematical Systems Theory I, Modelling, State Space Analysis, Stability and Robustness . Springer. (ISBN 978-3-540-44125-0 ) Sontag, Eduardo D. 1999. Mathematical Control Theory: Deterministic Finite Dimensional Systems. Second Edition . Springer. (ISBN 978-0-387-98489-6 ) (available free online (页面存档备份 ,存于互联网档案馆 )) Friedland, Bernard. 2005. Control System Design: An Introduction to State Space Methods . Dover. (ISBN 978-0-486-44278-5 ). Zadeh, Lofti A. and Desoer, Charles A. 1979. Linear System Theory , Krieger Pub Co. (ISBN 978-0-88275-809-1 )