
[고등자동제어] LTI 시스템의 state equation 풀기 (2)
·
연구 Research/제어 Control
1. Discrete time first order system (scalar) $x(k+1)=ax(k)+bu(k)$ $x(k_{0})=x_{k_{0}}$ 다음과 같은 시스템의 solution : $x(k)=a^{k-k_{0}}x(k_{0})+\sum_{j=k_{0}}^{k-1}a^{(k-1-j)bu(j)}$ 앞서 continuous time에서도 말했듯이 free response와 forced response의 조합으로 구할 수 있다. 2. Discrete time nth order system (matrix) 1) State equation $x(k+1)=Ax(k)+Bu(k)$ $x(k_{0})=x_{k_{0}}$ $x\in R^{n}, A\in R^{n\times n}$ solution은 $x(k)..