<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi Robert,<br><br>And the end I got it before like this:<br><br>cfg                 = [];  <br>cfg.dataset      = filename;<br>cfg.continuous = 'yes';<br>cfg.trialfun       = 'trialfun_david';<br>cfg                 = ft_definetrial(cfg);<br>dataout          = ft_preprocessing(cfg);<br><br>And it worked nicely.<br><br>Thank you,<br><br>David<br><br><br><div>> From: r.oostenveld@donders.ru.nl<br>> Date: Mon, 7 Nov 2011 10:22:27 +0100<br>> To: fieldtrip@donders.ru.nl<br>> Subject: Re: [FieldTrip] Trigger channel for edf<br>> <br>> Hi David<br>> <br>> On 7 Nov 2011, at 2:29, David Iglesias López wrote:<br>> > I would like like to simply make all my data as continuous<br>> <br>> cfg = [];<br>> cfg.dataset = 'filename.edf'<br>> cfg.continuous = 'yes'<br>> data = ft_preprocessing(cfg)<br>> <br>> should do that for you. See also<br>> http://fieldtrip.fcdonders.nl/faq/how_can_i_process_continuous_data_without_triggers<br>> <br>> > and then apply my trl matrix, which is indeed correct. How could I proceed? Should I change hdr info after it is read, updating nTrials and nSamples?<br>> > I don't know how to chop my data correctly.<br>> <br>> <br>> Once the data is in memory (either segmented in many small pieces or one large piece), you can use ft_redefinetrial to change the segmentation (e.g. cut trials into shorter pieces or change from stimulus locked to response locked). In your case you can pass the trl to ft_redefinetrial.<br>> <br>> best<br>> Robert<br>> <br>>  <br>> _______________________________________________<br>> fieldtrip mailing list<br>> fieldtrip@donders.ru.nl<br>> http://mailman.science.ru.nl/mailman/listinfo/fieldtrip<br></div>                                       </div></body>
</html>