-
Notifications
You must be signed in to change notification settings - Fork 1
Home
muffcruster420-bot edited this page May 27, 2026
·
7 revisions
Open-source Python tools to run bicoherence analysis on EEG EDF files. Built so anyone can clone the repo and verify the same results.
- Loads standard .edf EEG recordings
- Runs bicoherence (phase coupling) analysis across channels
- Outputs plots and CSV metrics for comparison
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
- Preprocess: bandpass filter, notch filter
- Segment into epochs
- Compute bicoherence
- Save figures to /results
- File 1: [describe source]
- File 2: [describe source]
Add your plot screenshot here. Write 2 to 3 factual sentences about what you saw.
- Clone repo
- Add your own .edf to /data
- Run the command
- Open an Issue with your results
- Clean up plotting
- Add more public test sets
- Write unit tests
- Document parameters
MIT
GitHub Issues. Building in public.