The second part of this series demonstrate additional preprocessing steps. Specifically, it addresses the problem of eye artifacts which are omnipresent in EEG recordings. It also demonstartes a procedure for repairing and rejecting noise-contaminated channels and segments.
Posts for: #signal processing
EEG preprocessing I: detrending, denoising and referencing
Preprocessing is an important and controversial topic in EEG research. Here, I discuss it’s necessity and present a minimal preprocessing pipeline that deals with the most common sources of noise while avoiding to distort the data. I demonstrate each step using publicly available data.
A custom-built experimental setup to study how humans localize sounds in space
We established an experimental setup to study sound localization behavior in a controlled environment using arrays of loudspeakers, digital signal processors, infra-red cameras and custom Python code.
S(ound)lab: A python package for running psychoacoustic experiments
Slab was designed for creating and running experiments on acoustic perception while providing a good learning experience for users lacking prior experience in coding. It is routinely used by students and researchers in auditory neuroscience.