Community Profile

photo

Arnaud Delorme


Last seen: environ 2 mois il y a Actif depuis 2017

Statistiques

All
  • GitHub Submissions Level 2
  • Personal Best Downloads Level 4
  • 5-Star Galaxy Level 4
  • First Submission
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Content Feed

Afficher par

A soumis


EEGLAB
A toolbox for processing electrophysiological data

21 jours il y a | 703 téléchargements |

Thumbnail

A soumis


EEGLAB/MATLAB deep learning demo
This repository is a demo of a deep-learning EEG model in MATLAB. This corresponds to a published paper in the description.

5 mois il y a | 5 téléchargements |

A répondu
Extract all columns from a table where the column names "start with" a string
colNames = fieldnames(mytable); [~,inds] = intersect(colNames, { 'A1' 'A2' } ); mytable = mytable(:,sort(inds));

presque 2 ans il y a | 1

A répondu
EEGLAB don't start
Based on your screen capture, it seems that it did start. Arno

presque 5 ans il y a | 0

A répondu
Can't Run ICA EEGLab
Dear Alina, This might be because you have linear dependencies in your input data. Could you try something like [EEG.icaweight...

presque 5 ans il y a | 0

A répondu
Problems to run .mat file in eeglab
EEGLAB cannot read Mat files from Acqknowledge nativelly. Instead there is a plugin called BIOPAC that can do that. Best wish...

plus de 6 ans il y a | 1

| A accepté

A répondu
How to automate/skip through EEGlab gui processing?
All EEGLAB functions are scriptable. So you should be able to call one of them to achieve your goal. It is unclear what you mean...

presque 7 ans il y a | 0