Reading in data from a new CTF system with ECC
Tom Holroyd (NIH/NIMH) [E]
tomh at KURAGE.NIMH.NIH.GOV
Thu Feb 8 19:40:27 CET 2007
I usually do something like:
T0 = -.3;
T1 = .75;
mark = 'beep';
cfg = [];
cfg.dataset = 'BJVWOZGQ_pacing_20050712_01-f.ds';
cfg.trialdef.eventtype = mark;
cfg.trialdef.prestim = -T0;
cfg.trialdef.poststim = T1;
cfg.channel = { 'MLC11' 'MLC22' };
cfg.blc = 'yes';
cfg.detrend = 'yes';
#cfg.hilbert = 'yes';
cfg.bpfilter = 'yes';
cfg.bpfreq = [1. 50.];
[data] = preprocessing(cfg);
I have the same kind of system. Check my tools at http://kurage.nimh.nih.gov/, especially
parsemarks, which is helpful for writing scripts that recode the UPPT001 data.
--
Tom Holroyd, Ph.D.
We experience the world not as it is, but as we expect it to be.
More information about the fieldtrip
mailing list