/digital-signal-processing-lecture

Lecture notes for the masters course Digital Signal Processing

Primary LanguageJupyter NotebookCreative Commons Zero v1.0 UniversalCC0-1.0

Digital Signal Processing

This repository contains the lecture notes to the masters course Digital Signal Processing read by Sascha Spors, Institute of Communications Engineering, Universität Rostock. The notes are provided in the form of Jupyter notebooks using IPython 3 as Open Educational Resource (ORE).

The lecture notes are currently under heavy development. New units will be added throughout the winter 2015/16. Feel free to contact me if you find errors, or have questions and suggestions via mailto:Sascha.Spors@uni-rostock.de.

Getting Started

The jupyter notebooks are available

For local use on your computer, e.g. for the exercises, you have to download the notebooks from Github. Use Git to download the files and then start the Juyter notebook:

git clone https://github.com/spatialaudio/digital-signal-processing-lecture.git
cd digital-signal-processing-lecture
jupyter-notebook

This will open a new view in your web browser with a list of notebooks. Click on index.ipynb (or any of the other available notebooks). Alternatively, you can also download individual notebook files (with the extension .ipynb) and open them in Jupyter. Note that some notebooks make use of additional files (audio files etc.) which you'll then also have to download manually.

Open Educational Resource