You are on page 1of 2

K. J.

Somaiya College of Engineering, Mumbai-77


(Autonomous College Affiliated to University of Mumbai)
Batch: Roll No.:
Experiment / assignment / tutorial No._______
Grade: AA / AB / BB / BC / CC / CD /DD

Signature of the Staff In-charge with date

Title: Multirate Signal Processing


AIM : Analysis of the spectrum of the up sampled version of the DT sequence
and retrieving new higher rate sequence by filtering process called Interpolation.
OUTCOME: Students will be able to
1. Understand concept of Multi-rate signal processing

Theory: Following points should be included.


i) Purpose of having different sampling rate signals.
ii) How to obtain different sampling rate signals
iii) What is up sampling and down sampling in time domain and
frequency domain?
iv) What is interpolation and decimation?
(Attach additional pages for writing theory)
Method: Write a MATLAB program
Part A) To analyze spectrum of up sampled version of DT signal.
1. Generate a sinusoidal signal X(n) = sin(2 *pi*Fo*n) for n= 0:N-1.(say
N=512)
2. Generate up sampled signal Y(n) by up sampling factor L (say L= 3)
3. Plot X(n) and Y(n) .
4. Find spectrum of x(n)
5. Find spectrum of Y(n)

1. Generate interpolated sequence Y (n) of signal X(n) in Part A) 1.


(Use command interp(X,L).)

2. Plot X(n) and Y(n).


Observations: Part A:
1. spectrum of x(n)
2. spectrum of Y(n)
Part B:
1. Plot Y(n) and X(n)

Attach printout of code & output

Important MATLAB functions Used with brief description:

Department of Electronics and Telecommunication Engineering

DSP/Aug –Dec 2021 Page No


K. J. Somaiya College of Engineering, Mumbai-77
(Autonomous College Affiliated to University of Mumbai)
interp(X,L)
______________________________________________________________________
______________________________________________________________________
_____________________________________________________________________
_______________________________________________
Interp(X,L,N,alpha)-

___________________________________________________________

__________________________________________________________________

__________________________________________________________________

__________________________________________________________________

Observation:
__________________________________________________________________

_________________________________________________________________

__________________________________________________________________

__________________________________________________________________

Conclusion:

______________________________________________________________________

______________________________________________________________________

______________________________________________________________________

______________________________________________________________________

______________________________________________________________________

Signature of faculty in-charge

Department of Electronics and Telecommunication Engineering

DSP/Aug –Dec 2021 Page No

You might also like