Representation of LTI Systems Prof. Seungchul Lee Industrial AI - - PowerPoint PPT Presentation

representation of lti systems
SMART_READER_LITE
LIVE PREVIEW

Representation of LTI Systems Prof. Seungchul Lee Industrial AI - - PowerPoint PPT Presentation

Representation of LTI Systems Prof. Seungchul Lee Industrial AI Lab. Transfer Function Equation of motion Laplace Transform Block Diagram 2 Example 3 State Space Representation 4 Three Representations of LTI Systems 5 Three


slide-1
SLIDE 1

Representation of LTI Systems

  • Prof. Seungchul Lee

Industrial AI Lab.

slide-2
SLIDE 2

Transfer Function

  • Equation of motion
  • Laplace Transform
  • Block Diagram

2

slide-3
SLIDE 3

Example

3

slide-4
SLIDE 4

State Space Representation

4

slide-5
SLIDE 5

Three Representations of LTI Systems

5

slide-6
SLIDE 6

Three Representations of Linear Systems

1) Time domain 2) Frequency domain 3) State space

6

slide-7
SLIDE 7

Time and Frequency Domains

  • In linear system, convolution operation can be converted to product operation through Laplace

transform

7

slide-8
SLIDE 8

Converting from State Space to a Transfer Function

  • State Space can be represented:
  • Solving for 𝑌(𝑡) in the first equation Laplace transformed
  • Substituting equation 𝑌(𝑡) into second equation Laplace transformed yields

Laplace Transform

8

slide-9
SLIDE 9

Converting from State Space to a Transfer Function

  • We call the matrix 𝐷 𝑡𝐽 − 𝐵 −1𝐶 + 𝐸 the transfer function matrix
  • Note

– The output in time

9

slide-10
SLIDE 10

Laplace Transform of Matrix Exponential

  • Series expansion of 𝐽 − 𝐷 −1
  • Series expansion of 𝑡𝐽 − 𝐵 −1
  • Inverse Laplace transform of 𝑡𝐽 − 𝐵 −1

10

slide-11
SLIDE 11

Laplace Transform of Matrix Exponential

11

slide-12
SLIDE 12

Transformation of State-Space

  • State space representations are not unique because we have a lot of freedom in choosing the state

vector.

– Selection of the state is quite arbitrary, and not that important

  • In fact, given one model, we can transform it to another model that is equivalent in terms of its input-
  • utput properties
  • To see this, define model of 𝐻1(𝑡) as
  • Now introduce the new state vector 𝑨 related to the first state 𝑦 through the transformation 𝑦 = 𝑈𝑨
  • 𝑈 is an invertible (similarity) transform matrix

The new model of 𝐻1(𝑡)

12

slide-13
SLIDE 13

Same Transfer Function ?

  • Consider the two transfer functions
  • Does 𝐻1 𝑡 = 𝐻2(𝑡) ?
  • So the transfer function is not changed by putting the state-space model through a similarity

transformation

13

slide-14
SLIDE 14

Decoupled LTI System

  • If 𝑈 = 𝑇, transformation to diagonal matrix

14

slide-15
SLIDE 15

Converting a Transfer Function to State Space

  • How to convert the transfer function to state space?
  • We can redraw block diagram like the below

15

slide-16
SLIDE 16

Converting a Transfer Function to State Space

  • Reverse Laplace transform
  • Choose state variable:

– A convenient way to choose state variables is to choose the output, 𝑧(𝑢), and its (𝑜 − 1) derivatives as the state variables

16

slide-17
SLIDE 17

Converting a Transfer Function to State Space

  • Draw this into a block diagram

17

slide-18
SLIDE 18

MATLAB Implementation

18

slide-19
SLIDE 19

Step Response

  • Start with a step response example
  • The solution is given:

19

slide-20
SLIDE 20

Step Response

20

slide-21
SLIDE 21

Step Response

21

slide-22
SLIDE 22

Step Response

22

slide-23
SLIDE 23

Impulse Response

  • Now think about the impulse response
  • The solution is given:

23

slide-24
SLIDE 24

Impulse Response

24

slide-25
SLIDE 25

Impulse Response

25

slide-26
SLIDE 26

Response to a General Input

  • Response to a general input
  • The solution is given:

26

slide-27
SLIDE 27

Model Conversion in MATLAB

27

slide-28
SLIDE 28

State Space ↔ Transfer Function

28

slide-29
SLIDE 29

Summary

  • LTI Systems

– In time – In Laplace (or Frequency) – In state space

  • MATLAB Implementation

29