Skip to main content
Ctrl+K

meegkit

  • Examples gallery
  • GitHub
  • GitHub
  • Twitter
  • Examples gallery
  • GitHub
  • GitHub
  • Twitter

Section Navigation

  • Ringing artifact reduction example
  • Sparse time artifact removal on simulated data
  • Endpoint-corrected Hilbert transform (ECHT) phase estimation
  • DSS example
  • ASR example
  • Remove line noise with ZapLine
  • Robust detrending examples
  • Example demonstrating STAR + DSS
  • Multiway canonical correlation analysis (mCCA)
  • Rhythmic Entrainment Source Separation (RESS) example
  • mCCA example: Sinusoidal target in separable noise
  • Causal phase estimation example
  • Task-related component analysis for SSVEP detection
  • Examples gallery
  • <no title>

Note

Go to the end to download the full example code.

Execute all notebooks in the `./examples directory.

from pathlib import Path

import papermill as pm

for nb in Path("./examples").glob("*.ipynb"):
    pm.execute_notebook(
        input_path=nb,
        output_path=nb  # Path to save executed notebook
    )

Download Jupyter notebook: run_all_notebooks.ipynb

Download Python source code: run_all_notebooks.py

Download zipped: run_all_notebooks.zip

Gallery generated by Sphinx-Gallery

previous

Examples gallery

next

Ringing artifact reduction example

On this page
Edit on GitHub

This Page

  • Show Source

© Copyright 2024, Nicolas Barascud.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.