Questions tagged [eeglab]

EEGLAB is an interactive Matlab toolbox for processing continuous and event-related EEG, MEG and other electrophysiological data incorporating independent component analysis (ICA), time/frequency analysis, artifact rejection, event-related statistics, and several useful modes of visualization of the averaged and single-trial data.

EEGLAB is an interactive Matlab toolbox for processing continuous and event-related EEG, MEG and other electrophysiological data incorporating independent component analysis (ICA), time/frequency analysis, artifact rejection, event-related statistics, and several useful modes of visualization of the averaged and single-trial data.

72 questions
8
votes
1 answer

topoplot in ggplot2 – 2D visualisation of e.g. EEG data

Can ggplot2 be used to produce a so-called topoplot (often used in neuroscience)? Sample data: label x y signal 1 R3 0.64924459 0.91228430 2.0261520 2 R4 0.78789621 0.78234410 1.7880972 3 R5 0.93169511…
Harold Cavendish
  • 869
  • 10
  • 22
3
votes
0 answers

Topoplot of results from EEG data with ggplot2

Can I use ggplot to create a topoplot of regression results from some EEG data? Essentially I want to do something like this: topoplot in ggplot2 – 2D visualisation of e.g. EEG data while my data is not voltage but results (e.g., coefficients,…
Pennie
  • 131
  • 4
3
votes
2 answers

MATLAB EEG signal processing - Channel location file

I'm trying the EEGLAB and FASTER plugins for MATLAB in order to do some processing for my EEG data, When trying to load the data file, I'm asked to choose the "channel location file", but I don't have that with my data, I was wondering if I can…
hussein hammoud
  • 385
  • 1
  • 7
  • 20
2
votes
1 answer

For loop for different datasets and conditions for EEGLAB

I have to analyze some EEG data and I am trying to automatize the pre-processing procedure. I have 40 participants. Every participants has 4 different files for 4 conditions. So the files are saved as 1-1 1-2 1-3 1-4 2-1 2-2 2-3 2-4 …
Glu
  • 327
  • 3
  • 14
1
vote
0 answers

eeglab's pop_spectopo() error: non-integer number of epochs

I am trying to extract the alpha power from a number of parietal electrodes. Here attached the code: baseDir = 'my local folder'; %directory where everything is based resultsFileName = [baseDir 'trialResultsAllSubjects.xlsx']; allResultsTable =…
DerKeller
  • 11
  • 2
1
vote
1 answer

Save eeglab to mat file in for loop Matlab

I would like to save set files in .mat files in a loop, keeping the original filename, just changing the extension to .mat. I tried different ways of coding I found online, but I never got it to make change the filename for each subject. This code…
Ang
  • 51
  • 6
1
vote
1 answer

Plot spectrogram of overnight sleep EEG using MNE

Is it possible to plot the spectrogram of overnight sleep EEG data in mne? I don't want to create epochs but, have the spectrogram of continuous 8-9 hours. The examples I see in e.g. EEGlab (Matlab) have perfect color distinction which makes the…
TheJohn
  • 13
  • 5
1
vote
1 answer

Using InceptionV3 for greyscale images

I am trying to solve an image classification problem using transfer training. I have a dataset of spectrograms of EEG signals. I want to train the last few layers of InceptionV3 on this dataset. However, InceptionV3 only takes images with three…
user12397996
1
vote
0 answers

How to loop through epochs on EEGLAB?

I have epoched data in EEGLAB, however, the event codes are incorrect. I have a stimtrack channel which recorded the audio sent within the experiment so I am trying to rename my event codes according to which stimulus was sent within each trial. I…
sallicap
  • 75
  • 1
  • 7
1
vote
1 answer

Reading channel locations in MNE Python

I am new to MNE Python and I am working with .set files from EEGlab(Matlab) for source estimation analysis. The data were recorded from 66 channels (64 EEG and 2 EOG) from EasyCaps, with 10-20 IS. In Matlab, the EEG.chanlocs correctly shows the…
dede
  • 1,129
  • 5
  • 15
  • 35
1
vote
0 answers

MNE read EEG channel location from EEGLAB set file

I have imported a set file from EEGLAB using io.read_epochs_eeglab. I am now computing the channel connectivity matrix to perform a cluster permutation. Since for EEG data it is still not possible to use the template that corresponds to my net…
SinC
  • 41
  • 3
1
vote
2 answers

Time-series EEG Resampling to Fix Poor Voltage Resolution?

I’ve made quite a bad mistake in ca. 14 EEG recordings – I recorded at 10uV resolution @ 5000 Hz instead of 0.1 uV @ 500 Hz. I’m conducting an ERP experiment, and the signals of interest are on the order of ~5 uV. I’m wondering if there is any way…
PKK
  • 11
  • 2
1
vote
0 answers

topoplot in matlab: 2D visualisation of EEG data

I want to make topomap using EEG data. I used EEGLAB toolbox. It can make only interpolation form (figure 1). I want to like this topomap (figure 2). I already changed many option of EEGLAB's topoplot function. But, I couldn't find it. Is there…
G.-Y. choi
  • 11
  • 3
1
vote
1 answer

EEGLAB preprocessing for sleep EEG data

I have 29-channel EEG data from overnight sleep recordings (~8 hours of EEG data). The EEG data is not continuous as I have paused it if the subject needed a loo break (~5-10 minutes) or to check the impedance (~2 minutes). This inserts a ‘boundary…
1
vote
1 answer

Saving a transformed .bdf file

I used MATLAB R2011b and EEGLab 13.4.3b to load a Biosemi .bdf file (EEG recording) that includes several spurious triggers. The position of triggers is stored in header.BDF.Trigger.POS and the trigger type is in header.BDF.Trigger.TYP. After…
epo3
  • 2,991
  • 2
  • 33
  • 60
1
2 3 4 5