Data concatination

Durk Talsma d.talsma at PSY.VU.NL
Mon Oct 10 12:15:15 CEST 2005


Hi Everybody,

I have a question regarding the following: I would like to run a
time/frequency analysis on some EEG data we collected. The data is
collected over short 5-min runs, and each run is saved into a separate
datafile (neuroscan.cnt format). So what I would like to try to do is
the following (in pseudo code):

for subj=1:12
   for run =i:10
       cfg.dataset = [subj run].cnt
       data(run) = preprocessing(cfg);
   end
   datacat  = concatenate data(1:10)
   datafreq = freqanalysis(cfg, datacat)
end

Is there a way to do this?

Thanks,
Durk



More information about the fieldtrip mailing list