0% found this document useful (0 votes)
60 views3 pages

Program/ Demo Execution Viva-Voce Record Total 10 30 30 10 10 10 100

This document outlines 20 questions for a digital signal processing laboratory exam. The questions cover a range of DSP topics including: - Sketching and demonstrating discrete time sequences using MATLAB - Performing operations like convolution and correlation on sequences - Designing and analyzing FIR and IIR filters - Implementing filters and other DSP functions using a processor's architecture and instruction set Students must complete MATLAB programs and simulations for filter design, signal analysis, and DSP implementations to demonstrate their understanding of key concepts in less than 3 hours.

Uploaded by

Sathiya Murthi
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)
60 views3 pages

Program/ Demo Execution Viva-Voce Record Total 10 30 30 10 10 10 100

This document outlines 20 questions for a digital signal processing laboratory exam. The questions cover a range of DSP topics including: - Sketching and demonstrating discrete time sequences using MATLAB - Performing operations like convolution and correlation on sequences - Designing and analyzing FIR and IIR filters - Implementing filters and other DSP functions using a processor's architecture and instruction set Students must complete MATLAB programs and simulations for filter design, signal analysis, and DSP implementations to demonstrate their understanding of key concepts in less than 3 hours.

Uploaded by

Sathiya Murthi
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/ 3

Page 1 of 3

B E / B.Tech. PRACTICAL END SEMESTER EXAMINATIONS, NOVEMBER / DECEMBER 2023

EC3492 - DIGITAL SIGNAL PROCESSING LABORATORY

(Regulations 2021)

Time : 3 Hours Answer any one Question Max. Marks 100

Aim/Apparatus Program/ Execution Results & Viva-Voce Record Total


required/Procedure Demo Graph
10 30 30 10 10 10 100

a) Sketch the following discrete time sequences using Matlab programs


1.
1) Impulse Signal 2) Step Signal. 3) Ramp Signal. 4) Parabolic Signal.
b) Demonstrate the discrete time sequences of the given mathematical equations
1) y(n)=2 sin 100πn 2) y(n)=5cos200πn using Matlab programs.
a) Sketch the discrete time sequence using Matlab programs
2.
i) A signal has unity area at the sample position n=0 and zero when n is not equal to zero.
ii) A signal has unit amplitude when n ≥0 and zero amplitude when n< 0.
iii) A signal defined as r(n)=5n u(n) for n ≥0 and zero for n<0.
b)Demonstrate the discrete time signals are represented by mathematical equation
i)s(t)=4sin(2*pi*n) and ii) r(t)=cos50πn using Mat lab programs.
a) Assume two DT sequences x1(n)={1,2,3,4} and x2(n)={-1,-2,-3}.
3.
Using Mat lab program perform the operation Y(K)=X1(K).X2(K).where the independent
variable K is in frequency domain. Recheck your answer using tabulation method. Draw the
results in graph.
b) Assume two DT sequences x1(n)={1,2,3,4} and x2(n)={-1,-2,-3}.
Using Mat lab program perform the operation Y(K)=X 1(K) ʘ X2(K).where the independent
variable K is in frequency domain. Draw the results in graph.
a). Perform the linear convolution of two given sequences using Mat lab program. The input
4.
sequence x(n)={1,5,10,12,6} and impulse sequence h(n)={2,4,6}. Draw its results.
b). Perform the circular convolutions of two given sequences using Mat lab programs. Let
x1(n)={1, 2, 3, 2, 1} and x2(n)={ 2, -3, 4, -1, 1}. Plot the results.
Page 2 of 3

5. a) Write a Mat Lab program to calculate Autocorrelation and energy of sequence


x(n)={1,3,5,2,1,5} and verification of its properties.

b) Write a Mat Lab program to calculate Cross-correlation of a given sequences and verification
of its any four properties if x(n){1,1,2,2} and y(n)={3,3,4,4}. Plot the results.

6. a) Write a Mat lab code to find the DFT and IDFT of given signal x(n)=sin(nπ/4) for 0≤n≤7.
Draw its frequency spectrum.

b) Perform the linear convolution of two given sequences using Mat lab program. The input
sequence x(n)={2n for 0≤n≤7, otherwise zero } and impulse sequence h(n)={1,2,4}.
Design a digital filter(LPF,HPF,BPF &BSF) using Mat lab for which impulse response ranges
7.
from - ∞ to + ∞ ,which has monotonic characteristics in both passband and stop bands. Assume
its specifications.
Design a digital filter for which impulse response ranges from 0 to ∞ which has equiripple
8.
characteristics in passband and monotonic characteristics in stop bands. Assume its
specifications
Draw its results for odd and even orders.
Design a digital filter for which impulse response ranges from 0 to ∞ which has equiripple
9.
characteristics in stop band and monotonic characteristics in pass band bands. Assume its
specifications. Draw its results for odd and even orders.

10. Design a 25 tab finite impulse response filter of LPF, HPF, BPF and BSF and demonstrate the
filtering operation using rectangular and Hamming windows using Mat lab software. Assume its
specifications

11. Design linear phase filters of LPF, HPF, BPF and BSF and demonstrate the filtering operation
using any two windows using Mat lab software. Assume its specifications
Write a Mat lab program for design of a Butter worth IIR filter(LPF/HPF/BPF/BSF) with the
12.
following specifications pass band attenuation=0.4 db, stop band attenuation=30 db, pass band
frequency=400Hz,
stop band freuency800Hz and sampling frequency =2000Hz. Assume T=1sec.
a)Compute DFT of the sequence x(n)={1,2,4,8,8,4,2,1} using Mat lab. Draw the magnitude and
13.
phase response plots.
b) b). Perform the circular convolutions of two given sequences using Mat lab programs. Let
Page 3 of 3

x1(n)={1, 2, 3, 1} and x2(n)={-3, 4, -1, 1}. Plot the results.

14. Design FIR filter (LPF, HPF, BPF and BSF) and demonstrate the filtering operation using any
two windows using Mat lab software. Assume its specifications

15. Demonstrate the DSP processor architecture, write and explain the list of its major components.

16. Perform MAC operation using various addressing modes of DSP processor.

17. Generate any two types of signals and in its random noise using DSP processor.

18. Design and implement the FIR Filter for Low pass, High pass, Band pass and Band stop filters
with help of Mat lab program or equivalent using DSP processor.

19. Design and implement the Butter worth IIR Filters for Low pass, High pass, Band pass and Band
stop filters with help of Mat lab program or equivalent using DSP processor.

20. Design and implement the Chebyshev IIR Filters for Low pass, High pass, Band pass and Band
stop filters with help of Mat lab program or equivalent using DSP processor.

You might also like