Implementation of tools for lessening the influence of artifacts in EEG signal analysis

Mario Molina-Molina,Lorenzo J. Tardon,Ana M. Barbancho,Isabel Barbancho
DOI: https://doi.org/10.3390/app14030971
2024-11-21
Abstract:This manuscript describes and implementation of scripts of code aimed at reducing the influence of artifacts, specifically focused on ocular artifacts, in the measurement and processing of electroencephalogram (EEG) signals. This process is of importance because it benefits the analysis and study of long trial samples when the appearance of ocular artifacts cannot be avoided by simply discarding trials. The implementations provided to the reader illustrate, with slight modifications, previously proposed methods aimed at the partial or complete elimination of EEG channels or components are those that resemble the electro-oculogram (EOG) signals in which artifacts are detected. In addition to the description of each of the provided functions, examples of utilization and illustrative figures will be included to show the expected results and processing pipeline.
Signal Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to reduce the influence of artifacts in EEG (electroencephalogram) signal analysis, especially ocular artifacts. In the analysis of long - term test samples, since the appearance of ocular artifacts cannot be simply avoided by discarding tests, it is necessary to develop effective tools and methods to mitigate the influence of these artifacts on EEG signals. Specifically, this paper mainly focuses on the following issues: 1. **Influence of Artifacts on EEG Signals**: - EEG signal recordings often contain artifacts related to eye movements, blinks, muscle movements, heartbeats or other noises. These artifacts will be captured by electrodes together with the desired signals, thus contaminating the electroencephalogram signals. - The existence of artifacts will interfere with the accurate analysis of EEG signals. Especially in long - term tests, simply discarding the test data affected by artifacts is not a viable solution. 2. **Limitations of Existing Methods**: - Many existing artifact correction methods (such as methods based on time - domain or frequency - domain regression, Kalman filtering, etc.) may lose useful information while removing artifacts. - Hybrid algorithms such as independent component analysis (ICA) can separate signals in multi - channel EEG recordings, but there is still the problem of how to effectively identify and remove artifacts. 3. **Proposing New Solutions**: - This paper proposes an ICA - based tool and method, aiming to partially or completely eliminate EEG channels or independent components similar to ocular artifacts. - Specific implementation codes and examples are provided to show how to use these tools for EEG signal pre - processing, and the expected results and processing procedures are shown. 4. **Application Scenarios**: - These tools and methods are particularly suitable for research scenarios where ocular artifacts will inevitably occur during the experiment, such as in the fields of cognitive neuroscience, clinical diagnosis, etc. Through these methods, researchers can deal with the artifact problem in EEG signals more effectively, thereby improving the accuracy and reliability of data analysis.