0% found this document useful (0 votes)
54 views1 page

DSPLABMODELPAPER

This document outlines 15 lab experiments involving digital signal processing: 1. Writing a program to perform linear convolution between two sequences. 2. Generating a complex sine wave and designing an IIR filter to attenuate high frequencies. 3. Amplitude modulating a carrier signal and analyzing the modulated waveform. 4. Designing a digital low-pass filter and implementing it in MATLAB. 5. Designing a high-pass filter using Kaiser windowing and verifying the design.

Uploaded by

Nanda Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views1 page

DSPLABMODELPAPER

This document outlines 15 lab experiments involving digital signal processing: 1. Writing a program to perform linear convolution between two sequences. 2. Generating a complex sine wave and designing an IIR filter to attenuate high frequencies. 3. Amplitude modulating a carrier signal and analyzing the modulated waveform. 4. Designing a digital low-pass filter and implementing it in MATLAB. 5. Designing a high-pass filter using Kaiser windowing and verifying the design.

Uploaded by

Nanda Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

LAB : DIGITAL SIGNAL PROCESSING LAB (TA)

1. Write a modified linear convolver, conv m (x, nx, y, ny) that produces the total result of
linear convolution between two sequences x and y.
2. Generate a complex sine wave form containing two sine wave of amplitude 5 V and 2 V
and frequency 100 Hz and 2000 Hz. Design a suitable IIR filter that will attenuate the high
frequency component at least by 30 dB. Apply the complex sine wave to the filter and plot
the output.
3. Amplitude modulate a 15 KHz. Carrier signal with a modulating frequency of
2 KHz. Plot the waveform using MATLAB. Obtain the spectra of the modulated waveform.
4. Design a digital type I Chebyshev LPF operating at a sampling rate of 44.1 KHz. pass
band frequency 2 KHz, pass band ripple 0.5 dB and stop band attenuation
50 dB at 10 KHz using impulse invariance and bilinear information. Implement the filter
using MATLAB. Find ωp,ωs.
5. Design a high pass filter meeting the following specifications: ωs=0.3π , ωp0.6 π, As
=45dB and Rs= 0.4dB s p . Use Kaiser Window and verify the design.
6. Write a MATLAB program to verify the time shifting property of DTFT.
7. Obtain PWM with a carrier waveform of frequency 10 KHz and a random binary
modulating sequence. Display the waveform.
8. Design a digital Butterworth IIR band stop filter with the following specifications.
N=12, Wc1 = 0.2 z, Wc2 = 0.5 z.
9. Using DSP board implement an FIR band stop filter for lower cut off frequency
1 KHz, upper cut off frequency 2 KHz. Sampling frequency is 16 KHz.
10. Verify the convolution property and multiplication property of DTFT.
11. Write a MATLAB program for simulation of a Digital Butterworth HPF using bilinear
transformation for following specification in analog domain. Pass band
frequency fp = 5 KHz, attenuation at fp = 2 dB, stop band frequency fs = 2 KHz,
attenuation as fs = 60 dB, sampling frequency = 48 KHz. Find the transfer function H(s),
H(z) and plot the magnitude and Phase response of the filter.
12. Design a low pass digital filter using Butterworth prototype and impulse invariance
method to satisfy the specification. Wp = 0.2 π, Rp = 1.0 dB, W2s = 0.3 π .
As = 30 dB. Plot the magnitude and phase response and pole - zero positions.
13. Design a band stop filter using Hanning window design technique. The specifications
are:
Lower stop band edge = 0.4 π.Upper stop band edge = 0.6 π
Lower pass band edge = 0.3 π.Upper pass band edge = 0.7 π
Stop band attenuation = 40 dB Ripple factor = 0.5 dB
Plot impulse response, magnitude response and phase response.
14. Write a MATLAB program to implement DFT and IDFT and verify the results using
MATLAB functions.
15. Design a complex sine waveform containing two sine wave of amplitude 5 V and
2 V and frequency 100 Hz and 2000 Hz. Design a suitable IIR filter that will attenuate the
high frequency component at least by 30 dB. Apply the complex sine wave to the filter and
plot the output.

You might also like