Digital Signal Processing Lab File
Introduction
1.
Part I : Basic DSP and MATLAB
1.1.
Basic Matrix
1.2.
Basic MATLAB
1.3.
Plotting a Polynomial
1.4.
Unit Step
1.5.
Unit Ramp
1.6.
Sine Wave
1.7.
Unit Impulse
1.8.
Decaying exponential
1.9.
Random Noise
1.10.
Spectral Analysis
1.11.
Sampling theorem
1.12.
8 point DFT
1.13.
Convolution
1.14.
DFT using loop
1.15.
Z transform Demo
2.
Part II : Filter Design
2.1.
Ideal Filters
2.2.
Filter types using butterworth
2.3.
Chebyshev I Filter
2.4.
Chebyshev II High pass Filter
2.5.
Elliptic Low pass Filter
2.6.
What happens when we change Order
2.7.
Band Pass Butterworth ( 8th Order)
2.8.
Band Pass Butterworth (2nd Order)
2.9.
FIR low pass 21st order using Hamming window
2.10.
Signal Filtering
Powered by
GitBook
Digital Signal Processing Lab File
Part II : Filter Design
This module has code and frequency response of various filters such as
Butterworth
Chebyshev -I
Chebyshev -II
Elliptic
There is also a demonstration of filtering and what happens when the order of the filter is increased.