/
Discrete-Time State-Space Discrete-Time State-Space

Discrete-Time State-Space - PowerPoint Presentation

test
test . @test
Follow
355 views
Uploaded On 2018-11-14

Discrete-Time State-Space - PPT Presentation

Equations Outline Discretetime state equation from solution of continuoustime state equation Expressions in terms of constituent matrices Example 2 Solution of State Equation ID: 729197

discrete state time matrix state discrete matrix time equation input period analog matrices solution sampling exponential matlab constituent constant obtain amp difference

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Discrete-Time State-Space" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Discrete-Time State-SpaceEquationsSlide2

Outline

• Discrete-time state equation from

solution of

continuous-time state equation.• Expressions in terms of constituent matrices.• Example.

2Slide3

Solution of State Equation

• Analog systems with piecewise constant inputs

over a sampling period: relate state variables at

the end of each period by a difference equation.• Obtain difference equation from the solution ofthe analog state, over a sampling period

T

.

• Solution of state equation for initial time t0 = kT,and final time tf =(k+1)T = (k+1)T

3Slide4

Piece-wise Constant Input

4Slide5

State & Input Matrices

A

d

= discrete state matrixBd = discrete input matrix(same orders as their continuous counterparts).

The discrete state matrix = state transition matrix for

analog system evaluated at the sampling period

T.Properties of the matrix exponential: For invertiblestate matrix A, integral of the matrix exponential is

5Slide6

Constituent Matrices• Use expansion of the matrix exponential in

terms of

the constituent matrices.

• Eigenvalues of discrete state matrix related to those of the analog system.

6Slide7

Input Matrix

7Slide8

Discrete-time State-spaceRepresentation

• Discrete state & output equation.

• Discrete-time state equation:

approximately valid for a general input vector u(

t

)

providedthat the sampling period T is sufficiently short.8Slide9

Example 7.15

9Slide10

Discrete state matrix

10Slide11

discrete-time input matrix

11Slide12

MATLAB

MATLAB command to obtain (

A

d , Bd , C,D)

form (

A

, B, C,D)» pd = c2d(p)Alternatively the matrices are obtained usingthe MATLAB commands» ad = expm(a * 0.05)» bd = a\ (ad-eye(3) )* b12