zapline-plus
zapline-plus copied to clipboard
Improvements of the ZapLine function to remove line noise from EEG/MEG data. Adds automatic detection of the number of components to remove, and chunks the data into segments to account for nonstation...
In v1.2.1 nt_zapline_plus, line 54, `if nremove>=size(x,1); error('!'); end` checks the wrong dimension. I think, it should be `size(x,2)`. I encountered this when trying to use zapline plus to clean...
For users using the EEGLAB variant of zapline-plus (GUI or standalone), it might be worthwhile to have a 'channel' input in order not to apply the function to external channels...
Hi, thank you for a great toolbox. However, somehow I get an error using it. I have EEGLAB v2023.1, zapline-plus version 1.2.1 (latest, installed through EEGLAB), signal processing toolbox installed....
Description [Description of the bug or feature Attach a link to Dropbox or Google Drive with screenshots and your data if possible.] Hi, I'm trying to use zapline plugin to...
Hello, I am attempting to remove linenoise from my data using the zapline plus plugin. I am using open-source data (raw data can be found here) in which I have...
Hi I am a Ph.D scholar working on face processing, using EEG. Our lab is using Magstim EGI amplifier and 65 electrode net. I had used Zapline for noise removal...
Hi, The problem starts in `clean_data_with_zapline_plus.m` (323). `find_next_noisefreq` finds no `noisefreq`, which results in `length(noisefreqs)` being 0. Consequently, the `while` loop is never entered and data not cleaned. Finally, `cfg.f_noise...