This is a public repository of NEAR, an artifact removal pipeline for human newborn EEG data.
There are two ways to install NEAR bad channel detection tool:
- Use EEGLAB GUI (File - Manage EEGLAB Extensions - Search for NEAR - Install/Update).
- Download the project as .zip file. Extract the .zip file and place the folder "NEAR_ChannelRejection-master" in your EEGLAB/Plugins folder.
Installation check: Type 'help pop_NEAR.m' in the command window. If there's no error, you're good to go.
Dependencies:
(1) EEGLAB Software
(2) Statistics and Machine Learning Toolbox - for knnsearch
To tune ASR user-defined parameters ASR Cut-off Parameter (k) and ASR Processing Mode (Correction & Removal), use the files in TuneASR as template and customize the code as per your requirements (more details in the comments section of each file).
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/.