Baselight

EEG Micro-experiment

Music vs. Reading (3-4 min per condition)

@kaggle.millerintllc_eeg_microexperiment

Loading...
Loading...

About this Dataset

EEG Micro-experiment

Context

This is a tiny self-experiment. The researcher collected 4-channel EEG data using

  • gold-tipped wet electrodes
  • OpenBCI Ganglion 4-channel development board
  • Ten20 elastic EEG cap
  • Bluetooth connection to Python and OpenBCI software

Content

Data was collected in 2 conditions for approximately 3 minutes (a bit over):

  1. Music - the researcher streamed popular music on a custom voice-controlled IoT device
  2. Reading - the researcher read scholarly articles about wave signal analysis

Inspiration

If there's interest in this sort of data, then I hope to make available a greatly scaled up experimental data set. This is a prototype of the process of collecting and publishing the data.

Tables

Tiny Eeg Self Experiment Music

@kaggle.millerintllc_eeg_microexperiment.tiny_eeg_self_experiment_music
  • 547.43 KB
  • 39647 rows
  • 10 columns
Loading...

CREATE TABLE tiny_eeg_self_experiment_music (
  "indexid" BIGINT,
  "channel1" DOUBLE,
  "channel2" DOUBLE,
  "channel3" DOUBLE,
  "channel4" DOUBLE,
  "ref1" BIGINT,
  "ref2" BIGINT,
  "ref3" BIGINT,
  "ts1" VARCHAR,
  "ts2" DOUBLE
);

Tiny Eeg Self Experiment Reading

@kaggle.millerintllc_eeg_microexperiment.tiny_eeg_self_experiment_reading
  • 587.3 KB
  • 38256 rows
  • 10 columns
Loading...

CREATE TABLE tiny_eeg_self_experiment_reading (
  "indexid" BIGINT,
  "channel1" DOUBLE,
  "channel2" DOUBLE,
  "channel3" DOUBLE,
  "channel4" DOUBLE,
  "ref1" DOUBLE,
  "ref2" DOUBLE,
  "ref3" DOUBLE,
  "ts1" VARCHAR,
  "ts2" DOUBLE
);

Share link

Anyone who has the link will be able to view this.