week3
week3
Processing
DSP
Dr. Noura ali
EEC 225
Lec 3
Basic operations on sequences
• 1. Time shifting
• 2. Time reversal
• 3. Amplitude scaling
• 4. Time scaling
• 5. sequences addition
• 6. sequences multiplication
1. Time shifting
• The time shifting of a signal may result in time delay or time
advance. The time shifting operation of a discrete-time signal
x(n) can be represented by:
• Y(n) = x(n-k)
• If k is positive, it is delay and the shift is to the right, and if k is
negative, it is advance and the shift is to the left.
• Ex:
• For the following function x(n) find x(n-3), x(n+2)
2. Time reversal (time folding)
• Here the signal is expanded by 2 All odd components in x(n/2) are zero
because x(n) does not have any value in between the sampling instants.
5. Signal addition
• In discrete-time domain, the sum of two signals x1(n) and x2(n) can be obtained by adding
the corresponding sample values and the subtraction of x2(n) from x1(n) can be obtained
by subtracting each sample of x2(n) from the corresponding sample of x1(n) as illustrated
below.
6. Signal multiplication
• X3(n) = (n-1)*u(-n+1)