<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Mona, <div class=""><br class=""></div><div class="">the default setting in ft_databrowser for continuous data is to show blocksizes of 1 sec. Given your sampling rate, I guess the 0.998164 seconds is the closest time point to that. </div><div class="">Then if, you have 15445 segments, each approx. 1 second long, you end up with more than 4 hours of data.</div><div class="">However, the data.time you end up with might not be continuous because the data.time you concatenate probably is not continuous but rather starts for each file at 0.</div><div class=""><br class=""></div><div class="">Hope this helps a bit</div><div class="">Anne</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Am 20.10.2016 um 00:44 schrieb Wong-Barnum, Mona <<a href="mailto:mona@sdsc.edu" class="">mona@sdsc.edu</a>>:</div><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class=""><br class="">
</div>
<div class="">Hi Jan-Mathijs:</div>
<div class=""><br class="">
</div>
<span class="Apple-tab-span" style="white-space:pre"></span>Yes, these should be continuous time recordings, just broken up and saved into separate files, each file represents about 20 minutes of recording so the end of one file should be the beginning of the
 next file.
<div class=""><br class="">
</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>I tried your suggestion but it seems the cat didn’t work.  Do you spot any problem with my steps:</div>
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> addpath /path/to/fieldtrip</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> ft_defaults</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> data = importdata ( ‘appended.mat' )</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
data = </div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
      label: {389x1 cell}</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
      trial: {1x14 cell}</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
       time: {1x14 cell}</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
    fsample: 603.1072</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
        cfg: [1x1 struct]</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> whos</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
  Name          Size                  Bytes  Class     Attributes</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
  data      1x1             29058186864  struct              </div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> trial{1} = cat(2,data.trial{:});</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> time{1} = cat(2,data.time{:});</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> whos</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
  Name          Size                  Bytes  Class     Attributes</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
  data          1x1             29058186864  struct              </div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
  time          1x1                74505712  cell                </div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
  trial         1x1             28982678512  cell</div><div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
                <br class="webkit-block-placeholder">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> data.trial = trial;</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> data.time = time;</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> data</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
data = </div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
      label: {389x1 cell}</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
      trial: {[389x9313200 double]}</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
       time: {[1x9313200 double]}</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
    fsample: 603.1072</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
        cfg: [1x1 struct]</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196); min-height: 20px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-family: 'Andale Mono'; background-color: rgb(223, 219, 196);" class="">
>> save continous.mat data -v7.3</div>
</div>
<div class=""><br class="">
</div>
<div class="">Then later, I used ft_databrowser() to view the data imported from the continuous.mat file and it says 15445 segments with time from 0 to 0.998164 seconds.  I’m not sure what it means by segment but the time should be over 4 hours.</div>
<div class=""><br class="">
</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>Do you know what I’m doing wrong?</div>
<div class=""><br class="">
</div>
<div class="">Mona</div>
<div class=""><br class="">
<div class=""><br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Oct 19, 2016, at 1:33 PM, Schoffelen, J.M. (Jan Mathijs) <<a href="mailto:jan.schoffelen@donders.ru.nl" class="">jan.schoffelen@donders.ru.nl</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Mona,
<div class="">I wonder why you would want this. Is the time across the different files continuous, i.e. does the end of one file fit directly onto the next?</div>
<div class=""><br class="">
</div>
<div class="">If so, but you really need to be sure about this, you can use the good old-fashioned cat command: trial{1} = cat(2,data.trial{:}); time{1} = cat(2,data.time{:});</div>
<div class="">data.trial = trial;data.time = time;</div>
<div class=""><br class="">
</div>
<div class="">Best,</div>
<div class="">Jan-Mathijs</div>
</div>
</div>
</blockquote>
<br class="">
</div>
<div class=""><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class="">
<span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class="">
************************************************<br class="">
    Mona Wong<br class="">
    Web & iPad Application Developer</div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class="">
    San Diego Supercomputer Center<br class="">
<br class="">
    You are the light you wish to see.<br class="">
************************************************<br class="">
<br class="">
<br class="">
</div>
</span></div>
</span></div>
<br class="">
</div>
</div>
</div>

_______________________________________________<br class="">fieldtrip mailing list<br class=""><a href="mailto:fieldtrip@donders.ru.nl" class="">fieldtrip@donders.ru.nl</a><br class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</div></blockquote></div><br class=""></div></body></html>