<div>Hi,</div>
<div> </div>
<div>I have imported an ANT EEProbe .cnt-file (with triggers) to Matlab through EEGLAB. I want to run customized filters on the EEG data through command line. Having computed the filter coefficients, i.e., b, I want to use filtfilt-function to run a zero-phase FIR filter on the data, i.e., y=filtfilt(b,1,x). How do I reshape (rewrite) the EEGLAB EEG structure to be compatible with the function? The EEG data is a 64-channel continuous EEG.</div>

<div> </div>
<div>Kind regards</div>
<div>Cristiina</div>