EEG motor imagery classifier — CSP + LDA (or small CNN) for left/right/feet/rest #19
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/raven#19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase C learned classifier for EEG motor imagery. Classifies 4 classes: left hand imagine, right hand imagine, feet imagine, rest.
Feature extraction:
scipy.signalClassifier: CSP + LDA (fast, interpretable, trains in seconds). Optional: small CNN on raw EEG windows for higher accuracy.
Training session UI (in Avocet): guided paradigm — visual cue (arrow/icon), imagine movement for 4 seconds, rest for 3 seconds. 5 minutes per class. Avocet quality scorer flags epochs with eye blink or high-frequency artifact contamination.
BSL boundary: CSP filter computation and LDA classifier are BSL. brainflow bindings are MIT.
See avocet issue for EEG epoch labeling pipeline.