[ Team LiB ] Previous Section Next Section

Appendix 4.2

Discrete time models can be obtained directly from continuous time models, as summarized in this appendix. The MATLAB Control Toolbox can be used for these conversions, as shown in Module 4.

Consider a continuous state space model of the following form (where we have assumed D = 0)

Equation A4.1

graphics/04equ32.gif


A similar discrete state space model has the following form

Equation A4.2

graphics/04equ33.gif


Assuming that the sample time is Dt, and that the input u is held constant between time tk and tk+1, (A4.1) can be integrated to yield

graphics/04equ34.gif


which has the solution (although the matrix exponential is not an intuitive concept, the computation is readily performed by MATLAB)

graphics/04equ35.gif


which is usually written in the following form

graphics/04equ36.gif


where

graphics/04equ36a.gif


The stability of this discrete state space model is determined by the eigenvalues of F, which must have a magnitude less that 1.0 for stability.

The discrete transfer function is, similar to the continuous time case

graphics/04equ37.gif


    [ Team LiB ] Previous Section Next Section