[Eeglablist] Bandpass Filter

Cedric Cannard ccannard at protonmail.com
Mon Mar 18 11:07:27 PDT 2024


Hi,

Using GUI:
Tools > Filter data > Bsic FIR filter > Lower edge: 0.05 > Higher edge: 5 > check the box "Use frequency domain filtering" (to accelerate things since you filter order is 16500 using default parameters)

command line:
EEG = pop_eegfiltnew(EEG,'locutoff',0.05,'hicutoff',5,'plotfreqz',1,'usefftfilt',1);

You can turn off plot frequency and phase response if you don't need to look see it (uncheck box in GUI or 'plotfreqz' set to 0 for command line)


Cedric



On Monday, March 18th, 2024 at 4:29 AM, Faruk Alioglu via eeglablist <eeglablist at sccn.ucsd.edu> wrote:

> How can I apply a Bandpass Filter (0.05-5Hz) in EEGLAB?
> _______________________________________________
> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
> To unsubscribe, send an empty email to eeglablist-unsubscribe at sccn.ucsd.edu
> For digest mode, send an email with the subject "set digest mime" to eeglablist-request at sccn.ucsd.edu


More information about the eeglablist mailing list