Digital Signal Processing: Prepared by S.Anusooya Ap/Ece
Digital Signal Processing: Prepared by S.Anusooya Ap/Ece
Digital Signal Processing: Prepared by S.Anusooya Ap/Ece
DIGITAL SIGNAL
PROCESSING
Prepared by
S.Anusooya
AP/ECE
MODULE V
MULTIRATE DIGITAL SIGNAL PROCESSING
Interpolation and Decimation
Decimation by an integer factor
Interpolation by an integer factor
Sampling rate conversion by a rational
factor
Time and frequency domain descriptions
Quadrature Mirror Filter banks
Sub-band Coding.
INTRODUCTION
In single-rate DSP systems,
all data is sampled at the same rate
no change of rate within the system.
Both
Digital to analog conversion
Analog to digital conversion
introduce errors and noise into the signal.
Solution:
Formula: y(n)=x(Mn)
PROBLEMS:
1) If x(n) ={1,-1,2,4,0,3,2,1,5}, then
y(n)=x(nM) for M=2.
2) If x(n)={1,3,2,5,-1,-2,2,3,2,1} then
y(n)=x(nM) for M=3.
1. Answer:
y(n)={1,2,0,2,5}
2.Answer:
y(n)={1,5,2,1}
INTERPOLATION (FOR UPSAMPLING)
Problems:
For given x(n) ,L=2 .find y(n).
Solution:
Formula: y(n)=x(n/L)
PROBLEMS:
1. Answer:
y(n)= ={1,0,-1,0,2,0,4,0,0,0,3,0,2,0,1,0,5}
2.Answer:
y(n)= {3,0,0,0,5,0,0,0,2,0,0,0,9,0,0,0,6 }