0% found this document useful (0 votes)
41 views2 pages

Understand Concept of Multi-Rate Signal Processing: (Autonomous College Affiliated To University of Mumbai)

1. The document describes an experiment on multirate signal processing. Students analyze the spectrum of an upsampled discrete time sequence and generate a higher rate sequence through interpolation filtering. 2. In part A, students upsample a sinusoidal signal by a factor of 3 and compare the spectrum of the original and upsampled signals. 3. In part B, students generate an interpolated sequence from the original signal and compare the two sequences. 4. Key functions used include interp() and analysis is done in MATLAB. Students observe the effects of upsampling and interpolation on the time domain and frequency domain representations.

Uploaded by

nicO nee
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views2 pages

Understand Concept of Multi-Rate Signal Processing: (Autonomous College Affiliated To University of Mumbai)

1. The document describes an experiment on multirate signal processing. Students analyze the spectrum of an upsampled discrete time sequence and generate a higher rate sequence through interpolation filtering. 2. In part A, students upsample a sinusoidal signal by a factor of 3 and compare the spectrum of the original and upsampled signals. 3. In part B, students generate an interpolated sequence from the original signal and compare the two sequences. 4. Key functions used include interp() and analysis is done in MATLAB. Students observe the effects of upsampling and interpolation on the time domain and frequency domain representations.

Uploaded by

nicO nee
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 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