Lecture 01
Lecture 01
Assistant Professor
Department of Electrical and Electronic Engineering
Chittagong University of Engineering and Technology
Authors: Alan V.
Oppenheim and others
Three most important
topics in this chapter:
1. Causality of a system
2.Convolution operation
3. Convolutional
properties of unit sample
function(δ[n]).
Signal is a physical quantities that varies with time or other
independent variables.
A signal is a function that conveys information about a
phenomenon.
Example: Examples of signals include as temperature over time or
space, sound (speech, music, etc) over time, images over space, etc.
A signal carries information and contains energy.
Analog Signal Digital Signal
CT Signal DT Signal
CT- Analog CT- Digital
Signal Signal
For Signal 2,
1, 𝑓𝑜𝑟 𝑎𝑙𝑙 𝑛
𝑥𝑛 =
Functional representation
Graphical representation
Linear or Non-linear?
Time variant
Systems:
Upsampling/downsampling
System.
See later
Output of an LTI
system can be
described as,
y[n]=x[n]*h[n]
Where h[n] is the
response of the system
δ[n] is an even function:
δ[n] = δ[-n]
Convolution Properties:
x[n]*δ[n] = x[n]
The output of a system with response δ[n] is
same as input.
Convolution Properties:
x[n]*δ[n- nd] = x[n- nd]
x[n-nd1]* δ[n- nd2]= x[n- (nd1+nd2)]
y[n]= x[n] * h[n]
Multiplication with δ[n]:
x[n] δ[n]=x[0] δ[n]
x[n] δ[n- 1] = x[1] δ[n- nd]
Convolution Properties:
δ[n]*δ[n- nd] = δ[n- nd]
δ[n-nd1]* δ[n- nd2]= δ[n- (nd1+nd2)]
Examples:
δ[n]* δ[n]= δ[n]
δ[n]* δ[-n]= δ[n]* δ[n]=δ[n]
δ[n]* δ[n-3]= δ[n-3]
δ[n-1]* δ[n-3]= δ[n-4]
Examples:
δ[n+1]* δ[n]= δ[n+1]
δ[n+1]* δ[n-3]= δ[n-2]
δ[n+3]* δ[n-2]= δ[n+1]
δ[n+3]* δ[n+2]= δ[n+5]
Examples:
δ[n+1]* δ[-n]= δ[n+1]
δ[n+1]* δ[-n-3]= δ[n+1]* δ[-(n+3)]=
δ[n+1]* δ[n+3]= δ[n+4]
Exercise:
Given that, x1[n]=δ[n+1]-2δ[n]+3δ[n-1]
And
x2[n]=-2δ[n+1]+δ[n]+2δ[n-1]
Plot x1[n] and x2[n] and then
Find y[n]= x1[n]*x2[n]