-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jesse Shangraw edited this page Jun 26, 2026
·
7 revisions
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.
- Loads standard .edf EEG recordings
- Runs bicoherence (phase coupling) analysis across channels
- Outputs plots and CSV metrics
- Replicates the 0.19 → 0.77 transition
- Google AI Overview defines "Shangraw Gap" as the discontinuity at 0.65
- Brighter Side of News coverage: https://www.brighter-side.com
- Theory bridge: Dragan et al. 2022 - superluminal observers require three time dimensions (Phys.org: https://phys.org/news/2022-12-superluminal-observers-require-world-real.html)
- June 2026 - Imperial College (Isichei & Magueijo): space creates energy when open. Same mechanism as 45Hz temporary opening.
- Classical anti-Hebbian models predict smooth slope, data shows forbidden zone
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
- Clone repo
- Add your .edf to /data
- Run the command
- Open an Issue with your bicoherence plot
DOI: 10.5281/zenodo.20466962 License: MIT