Skip to content
View sylvchev's full-sized avatar

Highlights

  • Pro

Organizations

@NeuroTechX @pyRiemann

Block or report sylvchev

Report abuse

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

Report abuse

Pinned Loading

  1. dataset-ssvep-exoskeleton dataset-ssvep-exoskeleton Public

    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…

    45 16

  2. simple_esn simple_esn Public

    simple Echo State Networks integrated with scikit-learn

    Python 27 10

  3. mdla mdla Public

    Multivariate Dictionary Learning Algorithm

    Python 26 12

  4. beetl-competition beetl-competition Public

    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
    clear all
    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'));