From 705e201b60d100fb841ace03cdef96439c4087e5 Mon Sep 17 00:00:00 2001 From: La-ba-hua <133195672+La-ba-hua@users.noreply.github.com> Date: Wed, 2 Aug 2023 17:17:17 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee449a2..68fb539 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Digital Signal Processing - Theory and Computational Examples ![Integration Test](https://github.com/spatialaudio/digital-signal-processing-lecture/workflows/Integration%20Test/badge.svg) +Open In Bohrium This repository collects didactically edited [Jupyter](https://jupyter.org/) notebooks that introduce basic concepts of [Digital Signal Processing](https://en.wikipedia.org/wiki/Digital_signal_processing). Please take a look at the [static version](http://nbviewer.ipython.org/github/spatialaudio/digital-signal-processing-lecture/blob/master/index.ipynb) at first glance. The materials provide an introduction to the foundations of spectral analysis, random signals, quantization, and filtering. A series of computational examples and exercises written in [IPython 3](http://ipython.org/) accompany the theory.