Skip to content

How to view and convert and process OpenVibe .ov files in EEGLAB

Notifications You must be signed in to change notification settings

lokinou/OpenVibe_SMR_to_EEGLAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Convert OpenVibe to EEGLab (SMR)

Openvibe is great, EEGLAB is also great but it's not easy to get an OpenViBE file into EEGlab.

Here is code to get started with your SMR EEGLab analysis.

(Matlab is only required if you want to modify events)

Openvibe to GDF

Please refer to my conversion tutorial here

Read GDF via EEGLAB

Without matlab (only signal and event display)

  • Download EEGLAB standalone
  • Open the gdf file via the BIOSIG toolbox
  • apply a FIR filter to compensate the lack of drift correction
  • plot data

With matlab (for event renaming, filtering or using ERPLab)

  • Modify and execute gdf_eeglab_display.m
    • set the EEGLAB path
    • check the EEG.event variable for the stimuli needed
    • tweak the stimuli rename and filtering lines

About

How to view and convert and process OpenVibe .ov files in EEGLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages