Introduction to Signals
Introduction to Signals
5
4 n 1 2 3 4
3
x[n] 2 3 1 4
2
1
n Tabular Representation
1 2 3 4 5 6 7
Graphical Representation
{ }
2 𝑓𝑜𝑟 𝑛=1
3 𝑓𝑜𝑟 𝑛= 2
𝑥 [ 𝑛 ] = 1 𝑓𝑜𝑟 𝑛=3
4 𝑓𝑜𝑟 𝑛= 4
𝑥 [ 𝑛 ] ={ 2 3 1 4 }
0 𝑒𝑙𝑠𝑒𝑤𝑒h𝑟𝑒 Sequence Representation
Functional Representation
Transformations of the
Independent Variable
TIME SHIFT
Delaying or advancing the signal
• Continuous-Time
– x(t-k) is the shifted version of x(t)
• Discrete-Time
– x[n-k] is the shifted version of x[n]
a. x(2t) 5
4
b. x(1/2t) 3
2
c. x(t-3) 1
d. x(t+5) t
-3 -2 -1 0 1 2 3
e. x(-t)
f. x(-2t+5)
Example 2
a. x(t+7) 5
4
b. x(t-5) 3
2
c. x(2/3t) 1
d. x(3t) t
-3 -2 -1 0 1 2 3
e. x(-t)
f. x(-2t-3)
Example 3
a. x(-t) 5
4
b. x(t+1) 3
2
c. x(-t+1) 1
d. x(3/2t) t
-3 -2 -1 0 1 2 3
e. x(3/2t+1)
Example 4
a. x[n-2] 5
4
b. x[2n] 3
c. x[-n] 2
1
d. x[-n+2] n
1 2 3 4 5 6 7
Example 5
a. y1[n] = 3x1[n] 4
3
2
b. y2[n] = x1[n] + x2[n] 1
n
c. y3[n] = x1[n] x2[n] 1 2 3 4 5 6 7
x2[n]
d. y4[n] = 2x1[n] + {-3x2[n]} 5
4
3
2
1
n
1 2 3 4 5 6 7