eeglab
eeglab copied to clipboard
EEGLAB is an open source signal processing environment for electrophysiological signals running on Matlab and developed at the SCCN/UCSD
Change default colormap to turbo
Remove the channels from the structure once they are interpolated
### Description I am using the BrainBeats plug in feature of EEGLAB, hoping to use this for extracting and analysing Heartbeat Evoked Potentials from my EEG data. I've solved a...
```matlab Failed to run ICLabel. Trying to compile MEX-files. 2024-02-23 13:17:01.614 xcodebuild[45619:20421341] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 2024-02-23 13:17:01.614...
Also, EEGLAB is available as add-on and versions are supported by the add-on manager.
ICLabel
To preprocess my EEG data I am using ICA in an automated way: see script below. This script was working great, but since a few days i get the next...
### Description I'm attempting to import a bp file. The process fails with error: EEGLAB error in function pop_loadbva() at line 48: Quote "Channels" that does not exist #### Steps...
https://github.com/unfoldtoolbox/unfold/ Uses EEGLAB format
NaNs EEG = pop_loadbv('/System/Volumes/Data/data/matlab/bugs/ds003374/sub-03/ses-01/ieeg/', 'sub-03_ses-01_task-jokeit_run-01_ieeg.vhdr', [1 1044000], [1 2]); Zeros EEG = pop_biosig('/System/Volumes/Data/data/matlab/bugs/ds003374/sub-03/ses-01/ieeg/sub-03_ses-01_task-jokeit_run-01_ieeg.edf'); Run some test cases with these files. If you are reading this and you are up for...