Skip to content

Normalizing EEG Channels

Normalizing EEG channels is a step in EEG data processing, especially when comparing signals from different sessions or subjects. Normalization helps to reduce variability between EEG recordings due to individual differences in skull thickness, skin conductivity, and other factors. Some common methods for normalizing EEG channels:
Z-score Normalization: This method involves subtracting the mean and dividing by the standard deviation of the signal for each channel. This transforms the EEG signals so that they have a mean of zero and a standard deviation of one, facilitating comparisons across different conditions or subjects.
Min-Max Scaling: This approach scales the EEG data to a fixed range, typically 0 to 1. It subtracts the minimum value of the data and then divides by the range of the data (maximum value minus minimum value). This method is useful for ensuring that the EEG data fits within a specific scale or range.
Baseline Normalization: Here, the baseline signal (recorded during a control state or pre-trial period) is used as a reference. The signal of interest is then divided by this baseline, often after subtracting the baseline mean from both the signal of interest and the baseline itself. This method is particularly common in event-related potential (ERP) studies.
Robust Scaling: Similar to Z-score normalization but uses median and interquartile range instead of mean and standard deviation. This method is less sensitive to outliers in the data.
Band-Pass Filtering: While not strictly a normalization technique, applying a band-pass filter can help reduce the influence of noise and artifacts at frequencies not relevant to the study, thereby making the useful signal more comparable across sessions or subjects.
Common Average Referencing: This technique reduces the influence of external noise and common sources by averaging the signals across all EEG electrodes and subtracting this average from each individual channel.

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.