Lect 3
Lect 3
y(n) x(n m)
Here, m must be positive or negative integer. If m is positive then x(n)
Shifts right by m samples and if it is negative then it shifts left by m samples
.
-3 -2 -1 .0 .3 . . -6. -5 -4 .-3 -2
.-1 .0 .1
1 2 n
Useful Signal Operation-Discrete time Signals
Time-scaling: Two cases: 1. Decimation/ downsampling
y(n) x( Nn)
Here, N >1 must be positive integer.
y(n)
x(n)
.
-3 -2 -1 .0 .3 . -3 -2 -1 .0 1 2 3
1 2
Useful Signal Operation-Discrete time Signals
Time-scaling: Two cases: 2. Interpolation / upsampling
{
y ( n)
x(n / N )
0
n 0, N ,2 N ,...
Otherwise,
y(n)
x(n)
.
-3 -2 -1 .0 1 2
.3 . -4 -3 -2 -1
0 1 2 3 4
Useful Signal Operation-Discrete time Signals
Time-reversal or time folding: It is represented as
y(n) x(n)
y(n)
x(n)
-3 -2 -1
.
-3 -2 -1 .0 1 2
.3 . 0 1 2 3
Useful Signal Operation-Examples
Ex-1: x(n)={1, 2, 5, -1}. Generate x(2n) and x(n/3)
↑
x(n/3)={1, 0,0,2,0,0, 5,0,0, -1,0,0}.
x(2n)={2, -1}. ↑
↑