The document contains notes on Digital Signal Processing (DSP) algorithms and architecture, specifically focusing on the introduction to DSP, computational accuracy, and filter design methods such as FIR and IIR using MATLAB. It outlines key concepts like the sampling process, discrete Fourier transform, and sources of error in DSP implementations. Additionally, it provides MATLAB code examples for designing FIR and IIR filters using the Parks-McClellen and Yulewalk methods, respectively.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
8 views31 pages
15ec751-module-1-notes
The document contains notes on Digital Signal Processing (DSP) algorithms and architecture, specifically focusing on the introduction to DSP, computational accuracy, and filter design methods such as FIR and IIR using MATLAB. It outlines key concepts like the sampling process, discrete Fourier transform, and sources of error in DSP implementations. Additionally, it provides MATLAB code examples for designing FIR and IIR filters using the Parks-McClellen and Yulewalk methods, respectively.
Introduction to Digital Signal Processing: Introduction, A Digital Signal-Processing
System, The Sampling Process, Discrete Time Sequences, Discrete Fourier Transform (DFT) and Fast Fourier Transform (FFT), Linear Time-Invariant Systems, Digital Filters, Decimation and Interpolation.
Computational Accuracy in DSP Implementations: Number Formats for Signals and
Coefficients in DSP Systems, Dynamic Range and Precision, Sources of Error in DSP Implementation.