Data concatination

Gijs van Elswijk G.vanElswijk at NEURO.UMCN.NL
Mon Oct 10 12:20:43 CEST 2005


Hi,

APPENDDATA should do the job:

 "APPENDDATA combines multiple datasets that have been preprocessed
separately
  into a single large dataset" 

Gijs



> -----Original Message-----
> From: FieldTrip discussion list 
> [mailto:FIELDTRIP at NIC.SURFNET.NL] On Behalf Of Durk Talsma
> Sent: Monday, October 10, 2005 12:15 PM
> To: FIELDTRIP at NIC.SURFNET.NL
> Subject: [FIELDTRIP] Data concatination
> 
> 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