Skip to content

Commit

Permalink
Added illustration and fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spors committed Oct 12, 2018
1 parent 3a07926 commit 326922d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Digital Signal Processing

This repository contains a collection of [Jupyter](https://jupyter.org/) notebooks discussing various topics of [Digital Signal Processing](https://en.wikipedia.org/wiki/Digital_signal_processing). The notebooks provide an introduction into the foundations of spectral analysis, random signals, quantization and filtering. A basic understanding of discrete signals and systems is assumed. See [index.ipynb](http://nbviewer.ipython.org/github/spatialaudio/digital-signal-processing-lecture/blob/master/index.ipynb) for an overview on the available topics. The theory is accompanied by computational examples written in [IPython 3](http://ipython.org/). The examples are best explored in an interactive manner. The notebooks constitute the lecture notes to the masters course [Digital Signal Processing](http://www.int.uni-rostock.de/Digitale-Signalverarbeitung.48.0.html) read by [Sascha Spors](http://www.int.uni-rostock.de/Staff-Info.23+B6JmNIYXNoPWUxOTliMTNjY2U2MDcyZjJiZTI0YTc4MmFkYTE5NjQzJnR4X2pwc3RhZmZfcGkxJTVCYmFja0lkJTVEPTMmdHhfanBzdGFmZl9waTElNUJzaG93VWlkJTVEPTExMQ__.0.html), Institute of Communications Engineering, Universität Rostock.
![Digital signal processing chain](https://github.com/spatialaudio/digital-signal-processing-lecture/blob/master/introduction/DSP.png)

This repository contains a collection of [Jupyter](https://jupyter.org/) notebooks discussing various topics of [Digital Signal Processing](https://en.wikipedia.org/wiki/Digital_signal_processing). The notebooks provide an introduction into the foundations of spectral analysis, random signals, quantization and filtering. A basic understanding of discrete signals and systems is assumed. See [index.ipynb](http://nbviewer.ipython.org/github/spatialaudio/digital-signal-processing-lecture/blob/master/index.ipynb) for an overview on the available topics. The theory is accompanied by computational examples written in [IPython 3](http://ipython.org/). These examples are best explored in an interactive manner. The notebooks constitute the lecture notes to the masters course [Digital Signal Processing](http://www.int.uni-rostock.de/Digitale-Signalverarbeitung.48.0.html) read by [Sascha Spors](http://www.int.uni-rostock.de/Staff-Info.23+B6JmNIYXNoPWUxOTliMTNjY2U2MDcyZjJiZTI0YTc4MmFkYTE5NjQzJnR4X2pwc3RhZmZfcGkxJTVCYmFja0lkJTVEPTMmdHhfanBzdGFmZl9waTElNUJzaG93VWlkJTVEPTExMQ__.0.html), Institute of Communications Engineering, Universität Rostock.

You can give the repository a [Star](https://github.com/spatialaudio/digital-signal-processing-lecture/stargazers) if you like the notebooks. You are invited to contribute by reporting errors and suggestions as [issues](https://github.com/spatialaudio/digital-signal-processing-lecture/issues) or directly via [[email protected]](mailto:[email protected]). I am also looking forward to new examples or topics. The long term vision is a community driven knowledge base for the foundations and applications of Digital Signal Processing.

Expand Down

0 comments on commit 326922d

Please sign in to comment.