29
LINEAR TIME-INVARIANT SYSTEM 1) RESPONSE OF A CONTINOUS-TIME LTI SYSTEM 2) CONVOLUTION CT 3) RESPONSE OF DISCRETE-TIME LTI SYSTEM 4) CONVOLUTION DT

Lti system

Embed Size (px)

DESCRIPTION

CT convolution DT convolution

Citation preview

Page 1: Lti system

LINEAR TIME-INVARIANT

SYSTEM

1) RESPONSE OF A CONTINOUS-TIME LTI SYSTEM

2) CONVOLUTION CT

3) RESPONSE OF DISCRETE-TIME LTI SYSTEM

4) CONVOLUTION DT

Page 2: Lti system

Convolution

Convolution is the most important and

fundamental concept in signal processing and

analysis. By using convolution, we can construct

the output of system for any arbitrary input

signal, if we know the impulse response of

system.

How is it possible that knowing only impulse

response of system can determine the output for

any given input signal? We will find out the

meaning of convolution.

Page 3: Lti system

INTRODUCTION CONVOLUTION

� Convolution is a mathematical way of combining two signals to form a third signal.

� Convolution is a formal mathematical operation, just as multiplication, addition, and integration. Addition takes two numbers and produces a third number, while convolution takes two signals and produces a third signal.

Page 4: Lti system

� First, the input signal can be decomposed into a set of impulses, each of which can be viewed as a scaled and shifted delta function.

� Second, the output resulting from each impulse is a scaled and shifted version of the impulse response.

� Third, the overall output signal can be found by adding these scaled and shifted impulse responses.

Page 5: Lti system
Page 6: Lti system

DefinitionThe mathematical definition of convolution in

discrete time domain is(We will discuss in discrete time domain only.)

where x[n] is input signal, h[n] is impulse

response, and y[n] is output. * denotes

convolution. Notice that we multiply the terms

of x[k] by the terms of a time-shifted h[n] and

add them up.

Page 7: Lti system

ApplicationsIn digital signal processing and image processing applications, the entire input function is often available for computing

every sample of the output function.

Convolution amplifies or attenuates each frequency component of the input

independently of the other components.

In digital image processing, convolution filtering plays an important role in many important algorithms in edge detection

and related processes.

Page 8: Lti system
Page 9: Lti system
Page 10: Lti system
Page 11: Lti system
Page 12: Lti system
Page 13: Lti system
Page 14: Lti system

Procedure for evaluating convolution

1) Folding (flip)to obtain x2(-k)

2) Shifting to obtain x2(n-k)

3) Multiplication to obtain the product

sequence x1(k).x2(n-k)

Page 15: Lti system
Page 16: Lti system
Page 17: Lti system
Page 18: Lti system
Page 19: Lti system
Page 20: Lti system
Page 21: Lti system
Page 22: Lti system
Page 23: Lti system
Page 24: Lti system

Procedure for evaluating convolution

1) Folding (flip)to obtain x2(-k)

2) Shifting to obtain x2(n-k)

3) Multiplication to obtain the product

sequence x1(k).x2(n-k)

4) Summation to obtain y(k)

Page 25: Lti system

EXAMPLE 1

• Determine the convolution, x3p[n] of the

circular sequences x1p[n] and x2p [n] of

length N=3 as shown below.

Page 26: Lti system

EXAMPLE 2:

Given are two periodic sequence,

Find the convolution y[n] for x1[n] and x2[n].

x1[n] = { …..,3,1,2,3,1,2,….} and x2[n] = {…,1,-1,1,1,-1,1,…..}

Page 27: Lti system
Page 28: Lti system
Page 29: Lti system