Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ Introductory
.. image:: https://img.shields.io/badge/launch-ebrains-brightgreen
:target: https://lab.ch.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FNeuralEnsemble%2Felephant&urlpath=lab%2Ftree%2Felephant%2Fdoc%2Ftutorials%2Fstatistics.ipynb&branch=master

* Signal processing.

Learn how to filter and smooth your data using ``signal_processing`` module.

:doc:`View the notebook <../tutorials/signal_processing>` or run interactively:

.. image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/NeuralEnsemble/elephant/master?filepath=doc/tutorials/signal_processing.ipynb
.. image:: https://img.shields.io/badge/launch-ebrains-brightgreen
:target: https://lab.ch.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FNeuralEnsemble%2Felephant&urlpath=lab%2Ftree%2Felephant%2Fdoc%2Ftutorials%2Fsignal_processing.ipynb&branch=master

Advanced
--------

Expand Down
287 changes: 287 additions & 0 deletions doc/tutorials/signal_processing.ipynb

Large diffs are not rendered by default.

Loading