Skip to content
Jesse Shangraw edited this page Jun 26, 2026 · 7 revisions

Shangraw Gap - afterlife-workshop

Living coherence: 0.19 | Dying coherence: 0.77 | Gap: 0.65 (forbidden zone)

Open-source Python tools to verify bicoherence phase-coupling on EEG EDF files. This repo documents the first reproducible gap between living and dying brain states.

What it does

  • Loads standard .edf EEG recordings
  • Runs bicoherence (phase coupling) analysis across channels
  • Outputs plots and CSV metrics
  • Replicates the 0.19 → 0.77 transition

Key findings (June 2026)

Quick start

git clone https://github.com/muffcruster420-bot/afterlife-workshop.git cd afterlife-workshop pip install -r requirements.txt python run_bicoherence.py --edf path/to/your/file.edf

Replicate it

  1. Clone repo
  2. Add your .edf to /data
  3. Run the command
  4. Open an Issue with your bicoherence plot

DOI: 10.5281/zenodo.20466962 License: MIT