Digital Signal Processing

Content

This introductory course on digital signal processing covers

  • discrete-time signals and systems
  • digital filters
  • discrete-time Fourier analysis
  • Fourier analysis using the fast Fourier transform
  • Computing in the frequency domain

Exercises include programming using MATLAB. For this course computing with complex numbers is essential and will be introduced.

Prerequisites

None, if taken as a master course.
If taken as an advanced course in the bachelor program:

  • basic math courses offered in our bachelor programs
  • algorithms and data structures
  • introduction to computer science including programming

Record of academic assessments

Course credits are obtained by a written exam.

Exercise Sheet 1: Download
Exercise Sheet 2: Download
Exercise Sheet 3: Download
Exercise Sheet 4: Download
Exercise Sheet 5: Download
Exercise Sheet 6: Download

Course Literature

  • Alan Oppenheim, Ronald Schafer, John Buck, Discrete-time Signal Processing, Prentice-Hall, 2010.
  • Alan Oppenheim, Ronald Schafer, John Buck, Zeitdiskrete Signalverarbeitung, 2. Auflage, Pearson Studium, 2004.
  • Vinay Ingke, John Proakis, Digital Signal Processing using MATLAB, Third Edition, Cengage Learning, 2012.

Literature on Complex Calculus

DSP Book References

Digital Signal Processing Using MATLAB

This supplement to any standard DSP text is one of the first books to successfully integrate the use of MATLAB in the study of DSP concepts. In this book, MATLAB is used as a computing tool to explore traditional DSP topics, and solve problems to gain insight. This greatly expands the range and complexity of problems that students can effectively study in the course. Since DSP applications are primarily algorithms implemented on a DSP processor or software, a fair amount of programming is required. Using interactive software such as MATLAB makes it possible to place more emphasis on learning new and difficult concepts than on programming algorithms. Interesting practical examples are discussed and useful problems are explored. This updated second edition includes new homework problems and revises the scripts in the book, available functions, and m-files to MATLAB V7.

Learn more

DSP First: A Multimedia Approach

This hands on, multi-media package provides a motivating introduction to fundamental concepts, specifically discrete-time systems, for beginning engineering readers. Designed and written by experienced and well- respected authors, this class-tested learning package can also be used as a self-teaching tool for anyone eager to discover more about DSP applications, multi-media signals, and MATLAB. Unique features, such as visual learning demonstrations, MATLAB laboratories and a bank of solved home-work problems are just a few things that make this an essential learning tool for mastering fundamental concepts in today's electrical and computer engineering institutions.

Learn more

Signal Processing First

This text is derived from DSP First: A Multimedia Approach, published in 1997, which filled an emerging need for a new entry-level course not centered on analog circuits in the ECE curriculum. It was also successfully used in 80 universities as a core text for linear systems and beginning signal processing courses. This derivative product, Signal Processing First [SPF] contains similar content and presentation style, but focuses on analog signal processing.

Learn more

The Scientist and Engineer's Guide to Digital Signal Processing

Clear and concise explanations of practical DSP techniques. Written for scientists and engineers needing the power of DSP, but not the abstract theory and detailed mathematics.

Learn more

Zeitdiskrete Signalverarbeitung

This is the standard text for introductory advanced undergraduate and first-year graduate level courses in signal processing. The text gives a coherent and exhaustive treatment of discrete-time linear systems, sampling, filtering and filter design, reconstruction, the discrete-time Fourier and z-transforms, Fourier analysis of signals, the fast Fourier transform, and spectral estimation. The author develops the basic theory independently for each of the transform domains and provides illustrative examples throughout to aid the reader. Discussions of applications in the areas of speech processing, consumer electronics, acoustics, radar, geophysical signal processing, and remote sensing help to place the theory in context. The text assumes a background in advanced calculus, including an introduction to complex variables and a basic familiarity with signals and linear systems theory. If you have this background, the book forms an up-to-date and self-contained introduction to discrete-time signal processing that is appropriate for students and researchers.

Learn more

Dirac Comb

A good reference regarding Dirac Comb, written by William Wicock, University of Washington. 

Click on "Show more" to download the reference.

Learn more

DSP Demo Program

The DSP Demo, produced by Le Duan, currently runs on Mac OS X.

It is open source at https://github.com/QtSignalProcessing/QtSignalProcessing.