Skip to content

Commit

Permalink
updated link to ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
spors committed Oct 12, 2023
1 parent 2d503e8 commit f897f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Digital Signal Processing - Theory and Computational Examples

![Integration Test](https://github.com/spatialaudio/digital-signal-processing-lecture/workflows/Integration%20Test/badge.svg)
[![Integration Test](https://github.com/spatialaudio/digital-signal-processing-lecture/actions/workflows/notebook_ci.yml/badge.svg?branch=master)](https://github.com/spatialaudio/digital-signal-processing-lecture/actions/workflows/notebook_ci.yml)

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.
Expand Down Expand Up @@ -85,4 +85,4 @@ a tracked [pull request](https://github.com/spatialaudio/digital-signal-processi

The notebooks' computational examples are automatically built and checked for errors by continuous integration using github actions.

![Integration Test](https://github.com/spatialaudio/digital-signal-processing-lecture/workflows/Integration%20Test/badge.svg)
[![Integration Test](https://github.com/spatialaudio/digital-signal-processing-lecture/actions/workflows/notebook_ci.yml/badge.svg?branch=master)](https://github.com/spatialaudio/digital-signal-processing-lecture/actions/workflows/notebook_ci.yml)

0 comments on commit f897f00

Please sign in to comment.