POP_EEGFILT Filter dataset

Usage: >> eegout = pop_eegfilt( eegin, locutoff, hicutoff, filtorder);

Inputs:
eegin   
input dataset
locutoff   
low edge frequency in pass band (Hz) {0 -> lowpass}
hicutoff   
high edge frequency in pass band (Hz) {0 -> highpass}
filtorder   
length of the filter in points {default 3*fix(srate/locutoff)}

Outputs:
eegout   
output dataset

See also: eeglab, eegfilt

See the matlab file pop_eegfilt.m (may require other functions)

Back to functions