Cascaded Thinning in Upscale and Downscale Representation for EEG Signal Processing
Summary
This study introduces Cascaded Thinning Upscale and Downscale Representation (CTUDR), a novel method for smoothing electroencephalogram (EEG) signals. CTUDR enhances noise removal and signal feature preservation, outperforming traditional filtering techniques.
Area of Science:
- Biomedical Engineering
- Signal Processing
- Neuroscience
Background:
- Electroencephalogram (EEG) signal processing commonly employs smoothing filters for noise reduction.
- Existing methods often struggle to balance noise removal with the preservation of crucial signal features.
- Upscale and Downscale Representation (UDR) offers a novel approach by converting signals to image domains for processing.
Purpose of the Study:
- To propose and evaluate Cascaded Thinning Upscale and Downscale Representation (CTUDR) for enhanced EEG signal smoothing.
- To compare CTUDR's performance against conventional filtering techniques.
- To assess CTUDR's effectiveness in both signal smoothing and classification tasks.
Main Methods:
- EEG signals are visualized and converted into binary images using UDR.
- Morphological operations are employed in a cascaded thinning process within the image domain.
- CTUDR performs a two-stage upscale and downscale operation on a single binary image representation.
- The processed signal is projected back to the time domain.
Main Results:
- CTUDR demonstrated superior performance in signal smoothing, achieving the best fitting error and correlation coefficient.
- When applied as a pre-processing step for EEGNet, CTUDR significantly improved classification accuracy (0.7640%) and F-measure (0.7607%).
- CTUDR outperformed Moving Average, Binomial, Median, and Savitzky Golay filters in both smoothing and classification tasks.
Conclusions:
- CTUDR offers an effective and efficient method for smoothing EEG signals, outperforming traditional filters.
- The image-domain processing approach of CTUDR preserves essential signal features while reducing noise.
- CTUDR shows significant potential for improving the performance of EEG-based machine learning models.
Related Concept Videos
Upsampling
214
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
214
Downsampling
135
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
135
Cascaded Op Amps
601
Operational amplifiers (op-amps) are versatile electronic components that can be interconnected in a cascade - one after another in a linear sequence. This cascading is possible due to their infinite input resistance and zero output resistance, allowing them to maintain their input-output relationships even when connected in series.
In a cascaded system, each op-amp is referred to as a stage. The output of one stage drives the input of the subsequent stage. As the input signal passes through...
In a cascaded system, each op-amp is referred to as a stage. The output of one stage drives the input of the subsequent stage. As the input signal passes through...
601
Reconstruction of Signal using Interpolation
179
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next...
179


