“…Furthermore, one of the challenges of regression techniques is that they may not be effective in dealing with other artifacts, such as EMG artifacts [
59 ], due to the lack of clear reference channels. With the emergence of potentially more efficient algorithms such as principal component analysis (PCA) and independent component analysis (ICA) [
60 ,
61 ], the regression method is no longer the default choice for removing artifacts from an EEG caused by EOG or ECG signals.
Algorithm 2 Regression-based denoising of EEG signals |
Input: EEG signal X , artifact signal Y |
Output: Clean EEG signal Z |
function Regression ( ) |
Calculate regression coefficients between X and Y |
Remove artifact from EEG signal |
return Clean EEG signal Z |
end function |
…”