All Projects β†’ spatialaudio β†’ Digital Signal Processing Lecture

spatialaudio / Digital Signal Processing Lecture

Licence: other
Digital Signal Processing - Theory and Computational Examples

Projects that are alternatives of or similar to Digital Signal Processing Lecture

Nteract
πŸ“˜ The interactive computing suite for you! ✨
Stars: ✭ 5,713 (+973.87%)
Mutual labels:  ipython, jupyter-notebook, jupyter, notebook
Signals And Systems Lecture
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Stars: ✭ 166 (-68.8%)
Mutual labels:  ipython, jupyter-notebook, jupyter, notebook
Ipyexperiments
jupyter/ipython experiment containers for GPU and general RAM re-use
Stars: ✭ 128 (-75.94%)
Mutual labels:  ipython, jupyter-notebook, jupyter, notebook
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (+49.62%)
Mutual labels:  ipython, jupyter-notebook, jupyter, notebook
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-72.74%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Ipytracer
πŸ“Š Algorithm Visualizer for IPython/Jupyter Notebook
Stars: ✭ 138 (-74.06%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Cheatsheets.pdf
πŸ“š Various cheatsheets in PDF
Stars: ✭ 159 (-70.11%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Juniper
πŸ‡ Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (-64.47%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (-83.08%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Ipywebrtc
WebRTC for Jupyter notebook/lab
Stars: ✭ 171 (-67.86%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Data Science Your Way
Ways of doing Data Science Engineering and Machine Learning in R and Python
Stars: ✭ 530 (-0.38%)
Mutual labels:  jupyter-notebook, jupyter, notebook
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (-21.24%)
Mutual labels:  jupyter-notebook, jupyter, notebook
dmind
jupyter notebook ηš„ζ€η»΄ε―Όε›Ύζ’δ»Ά
Stars: ✭ 21 (-96.05%)
Mutual labels:  jupyter, notebook, ipython
Spark Py Notebooks
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 1,338 (+151.5%)
Mutual labels:  ipython, jupyter-notebook, notebook
Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+2739.66%)
Mutual labels:  ipython, jupyter, notebook
importnb
notebook files as source
Stars: ✭ 47 (-91.17%)
Mutual labels:  jupyter, notebook, ipython
Awesome Jupyter
A curated list of awesome Jupyter projects, libraries and resources
Stars: ✭ 2,523 (+374.25%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Sklearn Classification
Data Science Notebook on a Classification Task, using sklearn and Tensorflow.
Stars: ✭ 518 (-2.63%)
Mutual labels:  jupyter-notebook, jupyter, notebook
Telepyth
Telegram notification with IPython magics.
Stars: ✭ 54 (-89.85%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Ipybind
IPython / Jupyter integration for pybind11
Stars: ✭ 63 (-88.16%)
Mutual labels:  ipython, jupyter-notebook, jupyter

Digital Signal Processing - Theory and Computational Examples

Integration Test

This repository collects didactically edited Jupyter notebooks that introduce basic concepts of Digital Signal Processing. Please take a look at the static version for a first glance. The materials provide an introduction into the foundations of spectral analysis, random signals, quantization and filtering. The theory is accompanied by a series of computational examples and exercises written in IPython 3.

Digital signal processing chain

The notebooks constitute the lecture notes to the master's course Digital Signal Processing given by Sascha Spors at the University of Rostock, Germany. The contents are provided as Open Educational Resource, so feel free to fork, share, teach and learn. You can give the project a Star if you like it.

Getting Started

The Jupyter notebooks are accessible in various ways

Other online services (e.g. Google Colaboratory, Microsoft Azure, ...) provide environments for interactive execution of Jupyter notebooks as well. Local execution on your computer requires a local Jupyter/IPython installation. The Anaconda distribution can be considered as a convenient starting point. Then, you'd have to clone/download the notebooks from Github. Use a Git client to clone the notebooks and then start your local Jupyter server. For manual installation under OS X/Linux please refer to your packet manager.

Concept and Contents

An understanding of the underlying mechanisms and the limitations of basic digital signal processing methods is essential for the design of more complex algorithms, such as for example the recent contributions on indirect detection of supermassive black holes heavily relying on system identification and image processing.

The present notebooks cover fundamental aspects of digital signal processing. A focus is laid on a detailed mathematical treatise. The discussion of the mathematical background is important to understand the underlying principles in a more general manner. The materials contain computational examples and exercises to interpret the theoretical findings and foster understanding. The examples are designed to be explored in an interactive manner. Furthermore, an outlook to practical applications is given whenever possible.

The material covers the following topics

  • spectral analysis of deterministic signals
  • random signals and linear-time invariant systems
  • spectral estimation for random signals
  • realization of non-recursive and recursive filters
  • design of digital filters

Usage and Contributing

The contents are provided as Open Educational Resource. The text is licensed under Creative Commons Attribution 4.0 , the code of the IPython examples under the MIT license. Feel free to use the entire collection, parts or even single notebooks for your own purposes. I am curious on the usage of the provided resources, so feel free to drop a line or report to [email protected].

Our long-term vision is to lay the grounds for a community driven concise and reliable resource covering all relevant aspects of digital signal processing revised by research and engineering professionals. We aim at linking the strengths of both, the good old-fashioned text books and the interactive playground of computational environments. Open Educational Resources in combination with open source tools (Jupyter, Python) and well-established tools for data literacy (git) provide the unique possibility for collaborative and well-maintained resources. Jupyter has been chosen due to its seamless integration of text, math and code. The contents are represented future prove, as simple markdown layout allows for conversion into many other formats (html, PDF, ...). The git version management system features tracking of the changes and authorship.

You are invited to contribute on different levels. The lowest level is to provide feedback in terms of a Star if you like the contents. Please consider reporting errors or suggestions for improvements as issues. We are always looking forward to new examples and exercises, as well as reformulation of existing and novel sub-sections or sections. Authorship of each considerable contribution will be clearly stated. One way of introducing reformulated and new material is to handle them as a tracked pull request.

Build Status

The computational examples in the notebooks are automatically build and checked for errors by continuous integration using github actions.

Integration Test

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].