Arnaud Delorme
Followers: 0 Following: 0
Statistiques
RANG
5 867
of 295 410
RÉPUTATION
8
CONTRIBUTIONS
0 Questions
5 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
2
RANG
349 of 20 224
RÉPUTATION
4 472
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
2 Fichiers
TÉLÉCHARGEMENTS
969
ALL TIME TÉLÉCHARGEMENTS
31044
RANG
of 153 822
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
EEGLAB
A toolbox for processing electrophysiological data
8 mois il y a | 948 téléchargements |
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.
12 mois il y a | 17 téléchargements |
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));
plus de 2 ans il y a | 1
EEGLAB don't start
Based on your screen capture, it seems that it did start. Arno
plus de 5 ans il y a | 0
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...
plus de 5 ans il y a | 0
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...
presque 7 ans il y a | 1
| A accepté
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...
plus de 7 ans il y a | 0