1 of 45

Working with EEG Data

Module 4:

CS 198-96: Introduction to Neurotechnology

1

2 of 45

MODULE 4 OVERVIEW

3

What is EEG?

1

Data Analysis in Python

2

EEG Signal Processing

Working with EEG Data

2

3 of 45

WHAT IS EEG?:

EEG INTRODUCTION

MODULE 4: WORKING WITH EEG DATA

3

4 of 45

SECTION OVERVIEW

3

Introduction

1

4

Some EEG Terminology

Types of EEG Data Analysis

2

Brain Waves

4

5 of 45

WHAT WE KNOW...

  • Neurons communicate using both electrical and chemical signals.

  • Action potentials are all-or-none electrical signals carried along neurons.

  • Postsynaptic potentials are changes in the membrane potential of the postsynaptic terminal of a chemical synapse.

5

6 of 45

  • What is EEG and what can it detect?

  • What are two properties that EEG signals should have in order to easily detect brain activity?

  • What are advantages and disadvantages of using EEG?

KEY QUESTIONS:

6

7 of 45

  • Measures electrical activity of the brain

  • Detects activity of large groups of active neurons at the same time

  • Primarily measures postsynaptic potentials (not action potentials)

  • Has a variety of clinical and research applications

WHAT IS AN EEG?

7

8 of 45

  • Detected electrical signal represents the summed extracellular electrical field potentials generated by EPSP and IPSP on dendrites and neuronal cell bodies of the pyramidal neurons.
  • An EPSP in a dendrite leaves a negative charge in the extracellular space surrounding the synapse. A dipole is therefore generated in which the EEG can detect.

PHYSIOLOGICAL BASIS OF EEG

8

9 of 45

DETECTING BRAIN ACTIVITY

  • For brain electrical activity to be detectable through the skull, there must be a strong signal summed over many neurons that are:
    • All behaving similarly at the same time
    • All oriented in the same way
      • So that negative and positive don’t cancel each other out when summed.
  • The pyramidal cells in the cortex have the right properties (see image).

9

10 of 45

  • High temporal resolution
    • well-suited for fast, dynamic, temporally sequenced cognitive events (cognitive, perceptual, linguistic, emotional, motor, etc)
  • Directly measures neural activity
    • oscillations observed in EEG signal are direct reflections of neural oscillations in the cortex
  • EEG signal is multidimensional (see figure)
    • time, space, frequency, and power & phase

WHY EEG? (ADVANTAGES)

10

11 of 45

  • Poor spatial resolution
    • not well suited for problems that require precise functional localization
  • Not well suited for deep brain structures
  • Suboptimal for studies concerning cognitive processes that are slow and have an uncertain and variable time course
    • fMRI is better suited to studying slow cognitive processes

WHY NOT EEG? (DISADVANTAGES)

11

12 of 45

Summary/What’s Next

Summary:

EEG can be used to directly measure brain activity during an event, or to measure spontaneous brain activity.

What’s next:

Brain Waves

AUTHORS: CZARINAH MICAH RODRIGUEZ

12

13 of 45

WHAT IS EEG?:

BRAIN WAVES

MODULE 4: WORKING WITH EEG DATA

13

14 of 45

SECTION OVERVIEW

3

Introduction

1

4

Some EEG Terminology

Types of EEG Data Analysis

2

Brain Waves

14

15 of 45

WHAT WE KNOW...

  • EEG can be used to measure spontaneous brain activity or brain activity that occurs during an event.
  • For brain electrical activity to be detectable through the skull, there must be a strong signal summed over many neurons that behave similarly and orient the same way at the same time.

15

16 of 45

  • What are Neural Oscillations?

  • What are the different types of brain waves?

  • What do brain waves tell us about different states of consciousness?

KEY QUESTIONS:

16

17 of 45

  • Also known as brain waves
  • Repetitive patterns of neural activity in the central nervous system
  • Visualized in terms of frequency and measured in Hertz (one cycle per second)

NEURAL OSCILLATIONS

17

18 of 45

  • Any signal can be decomposed into multiple sinusoidal waves.
  • Each sinusoidal wave (cos, sin) oscillates at a different frequency and the algorithm extracts which frequencies are more prevalent in a signal.

FOURIER TRANSFORM

18

19 of 45

BRAIN WAVES OVERVIEW

19

20 of 45

DELTA WAVES (1-4 Hz)

  • Slow-wave sleep
  • Stronger delta waves = deeper sleep

20

21 of 45

THETA WAVES (4-8 Hz)

  • Memory encoding, retrieval, mental arithmetic
  • Drowsiness

21

22 of 45

ALPHA WAVES (7.5-12.5 Hz)

  • Attention and awareness
  • Relaxed Wakefulness

22

23 of 45

BETA WAVES (13-30Hz)

  • Concentration and attention
  • Planning and execution of movements

23

24 of 45

GAMMA WAVES (30-70 Hz)

  • Consciousness and perception
  • Sensory processing and information uptake

24

25 of 45

  • Indicators of neurological phenomena such as:

    • Sleep and the state of consciousness
    • Motor control
    • Perception and information processing
    • Pattern Generation
    • Memory
    • Abnormal neural function, such as epilepsy, and Parkinsons

WHY DO NEURAL OSCILLATIONS MATTER?

25

26 of 45

THE 10-20 SYSTEM

26

27 of 45

ELECTRODE MONTAGE

27

28 of 45

  • Time
  • Space
  • Frequency
  • Power and phase

EEG’S FOUR DIMENSIONS

28

29 of 45

THE FREQUENCY SLICE

29

30 of 45

THE TIME SLICE

30

31 of 45

THE SPACE SLICE

31

32 of 45

THE TIME-FREQUENCY SLICE

32

33 of 45

  • Rhythmic - waves of approximately constant frequency

  • Arrhythmic - no stable rhythms are present

  • Dysrhythmic - rarely seen in healthy subjects

FREQUENCY PROPERTIES

33

34 of 45

  • Synchrony - the simultaneous occurrence of EEG waves over distinct regions on the same or opposite sides of the head
  • Asynchrony - non-coherent occurrence of EEG activities over regions on the same or opposite sides (hemispheres) of the head.
  • Hypersynchrony - when describing EEG patterns that are attributed to increased synchronization of neuronal activity
    • Hypnagogic hypersynchrony - occurs at the onset of sleep in normal infants and children

SYNCHRONY

34

35 of 45

  • Monomorphic - distinct EEG activity appearing to be composed of one dominant activity
  • Polymorphic - distinct EEG activity composed of multiple frequencies that combine to form a complex waveform.
  • Sinusoidal - waves resembling sine waves. Monomorphic activity is often sinusoidal.
  • Transient - an isolated wave or pattern that is distinctly different from background activity.
    • Spikes and sharp waves

WAVEFORM MORPHOLOGY

35

36 of 45

Summary/What’s Next

Summary:

EEG data consists of four dimensions: time, space, frequency, and power and phase. Each of these dimensions have several different properties.

What’s next:

The main types of EEG data analyses.

AUTHORS: CZARINAH MICAH RODRIGUEZ

36

37 of 45

WHAT IS EEG?:

TYPES OF EEG DATA ANALYSIS

MODULE 4: WORKING WITH EEG DATA

37

38 of 45

SECTION OVERVIEW

3

Introduction

1

4

Some EEG Terminology

Types of EEG Data Analysis

2

Brain Waves

38

39 of 45

WHAT WE KNOW...

  • EEG data comprises of four dimensions: time, space, frequency, and power and phase.
  • Each dimension has specific properties that can provide us with valuable information.

39

40 of 45

  • What is time-domain analyses?

  • What is frequency-domain analyses?

  • What is time-frequency domain analyses?

KEY QUESTIONS:

40

41 of 45

  • Event-Related Potentials (ERPs) - an electrophysiological response to a stimulus

TIME-DOMAIN ANALYSES

41

42 of 45

FREQUENCY-DOMAIN ANALYSES

42

43 of 45

FREQUENCY-DOMAIN ANALYSES

Fourier Transform

43

44 of 45

  • Morlet Wavelet Convolution:
    • Tradeoff: temporal and frequency precision

TIME-FREQUENCY-DOMAIN ANALYSES

44

45 of 45

Summary/What’s Next

Summary:

The main types of EEG data analyses include time-domain analyses, frequency-domain analyses, and time-frequency-domain analyses.

What’s next:

EEG Signal Processing

AUTHORS: CZARINAH MICAH RODRIGUEZ

45