Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipelines for MsetCCA SSVEP, TRCA SSVEP, and others #368

Merged
merged 4 commits into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pipelines/MsetCCA-SSVEP.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: MsetCCA-SSVEP
paradigms:
- SSVEP

citations:
- https://doi.org/10.1142/S0129065714500130

pipeline:
- name: SSVEP_MsetCCA
from: moabb.pipelines.classification
parameters:
freqs: { "13": 2, "17": 3, "21": 4 }
14 changes: 14 additions & 0 deletions pipelines/TRCA-SSVEP.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: TRCA-SSVEP
paradigms:
- SSVEP

bruAristimunha marked this conversation as resolved.
Show resolved Hide resolved
citations:
- https://doi.org/10.1109/TBME.2017.2694818

pipeline:
- name: SSVEP_TRCA
from: moabb.pipelines.classification
parameters:
n_fbands: 5
interval: [2, 4]
freqs: { "13": 2, "17": 3, "21": 4 }