Skip to content
View sylvchev's full-sized avatar

Highlights

  • Pro

Organizations

@NeuroTechX@pyRiemann

Block or report sylvchev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dataset-ssvep-exoskeletondataset-ssvep-exoskeletonPublic

    SSVEP-based BCI recording of 12 subjects operating an upper limb exoskeleton during a shared control task. The exoskeleton is either controlled with a touchless interface detecting hand poses or wi…

    47 16

  2. simple_esnsimple_esnPublic

    simple Echo State Networks integrated with scikit-learn

    Python 27 10

  3. mdlamdlaPublic

    Multivariate Dictionary Learning Algorithm

    Python 27 12

  4. beetl-competitionbeetl-competitionPublic

    Code helper for BEETL competition

    Python 12 2

  5. Building extended SSVEP covariance m...Building extended SSVEP covariance matrices for EEG-based cerebral interfaces
    1
    {
    2
    "cells": [
    3
     {
    4
    "cell_type": "code",
    5
    "execution_count": 1,
  6. Convert EEG GDF file to matlab file ...Convert EEG GDF file to matlab file (then python)
    1
    clearall
    2
    datadir='/path/to/data/ssvep-esta/';
    3
    for i =2:2
    4
     subjdir = strcat(datadir, sprintf('subject%2.2d/', i));
    5
     files = dir(strcat(subjdir, '*.gdf'));