Skip to content
View sylvchev's full-sized avatar

Highlights

  • Pro

Organizations

@NeuroTechX @pyRiemann
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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…

    39 16

  2. simple_esn simple_esn Public

    simple Echo State Networks integrated with scikit-learn

    Python 26 9

  3. mdla mdla Public

    Multivariate Dictionary Learning Algorithm

    Python 23 12

  4. beetl-competition beetl-competition Public

    Code helper for BEETL competition

    Python 11 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'));