<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><P>Dear David,</P>
<P> </P>
<P>You'll need to determine your user-specific events, i.e. not the 'trial' type events that are automatically stored in your dataset by your acquisition software. Does your event matrix contain types anything else than 'trial'? </P>
<P> </P>
<P>For instance, try:</P>
<P> </P>
<P>event = ft_read_head(filename)</P>
<P>unique({event.type})</P>
<P> </P>
<P>Yours,</P>
<P>Arjen<BR></P>
<P> </P>
<P> </P>
<P> </P>
<P><BR>----- "David Iglesias López" <davidig@hotmail.es> schreef: <BR>> Van: "David Iglesias López" <davidig@hotmail.es><BR>> Aan: fieldtrip@donders.ru.nl<BR>> Verzonden: Maandag 7 november 2011 02:29:15<BR>> Onderwerp: Re: [FieldTrip] Trigger channel for edf<BR>><BR>> 
<STYLE><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></STYLE>
</P>
<DIV dir=ltr>> Hi,<BR>> I'm trying to read and process some data in edf+ format. The data is recorded using emotiv EPOC neuroheadset, and as you say here, the data is written in blocks with the size of the buffer (1 second or 128 points in this case). These blocks do not represent real trials for my data and so I have written my own trialfun function which defines a correct trl.<BR>> The problem is that I'm not able to use ft_preprocessing the way i want because it doesn't matter what I do, it will read again the blocks from the dataset and do not create any trialinfo.<BR>> I would like like to simply make all my data as continuous 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>> Thank,<BR>> David<BR>> 
<DIV>
<HR id=stopSpelling>
From: r.oostenveld@donders.ru.nl<BR>> Date: Sun, 20 Mar 2011 14:41:41 +0100<BR>> To: fieldtrip@donders.ru.nl<BR>> Subject: Re: [FieldTrip] Trigger channel for edf<BR>> Hi Ivano
<DIV><BR>> </DIV>
<DIV>Good that it works.</DIV>
<DIV><BR>> </DIV>
<DIV>The EDF format is written in blocks. Depending on the software that wrote the EDF file, those blocks might represent experimental trials or might represent subsequent segments from a continuous data stream (which usually contains triggers to indicate the timing of stimuli and responses). </DIV>
<DIV><BR>> </DIV>
<DIV>FieldTrip by default represents each EDF datablock as a trial, and that is reflected in the events (from ft_read_event). With the option cfg.continuous=yes you can tell fieldtrip that it is a continuous recording and that it should not care about the blocks. And you can indeed safely ignore the events of type 'trial' in the event structure.</DIV>
<DIV><BR>> </DIV>
<DIV>best</DIV>
<DIV>Robert </DIV>
<DIV><BR>> 
<DIV>
<DIV>On 20 Mar 2011, at 13:24, Ivano Triggiani wrote:</DIV><BR class=ecxApple-interchange-newline>
<BLOCKQUOTE><SPAN style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium Helvetica; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; WORD-SPACING: 0px" class=ecxApple-style-span>
<DIV>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 0px; FONT-SIZE: 10pt; MARGIN-RIGHT: 0px">> Hi,<BR>> just wanna tell you that changing MATLAB version now everything works!!! Actually I'm using a 2010 version (own by a friend of mine) and everything seems to work.<BR>> However it coul be useful for other users to know that reading edf files, fieldtrip uses a particular field of the edf header called "<B>number of data records"<SPAN class=ecxApple-converted-space> </SPAN></B>(<SPAN class=ecxApple-converted-space> </SPAN><A href="http://www.edfplus.info/specs/edf.html" target=_blank>http://www.edfplus.info/specs/edf.html</A><SPAN class=ecxApple-converted-space> </SPAN>) and another called " duration of data records" that not correspond (at least for my files...) at real number of events occurred. So in my trigger function I have to ignore those informations (or change header of my file!)<BR>> Thanks to all.<BR>> Ivano<BR>> ------------------------------------------------------------------------<BR>> 
<DIV style="MARGIN-BOTTOM: 0px; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px">> "No man can wear one face to himself<SPAN class=ecxApple-converted-space> </SPAN><BR>> and another to the multitude,<BR>> without finally getting bewildered<SPAN class=ecxApple-converted-space> </SPAN><BR>> as to which one is true."</DIV><BR>> 
<DIV style="MARGIN-BOTTOM: 0px; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px">> Nathaniel Hawthorne
<DIV style="MARGIN-BOTTOM: 0px; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px">> <BR>> </DIV></DIV></DIV><BR>> _______________________________________________<BR>> fieldtrip mailing list<BR>> <A href="mailto:fieldtrip@donders.ru.nl" target=_blank>fieldtrip@donders.ru.nl</A><BR>> <A href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" target=_blank>http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</A></DIV></SPAN></BLOCKQUOTE></DIV><BR>> </DIV><BR>> _______________________________________________ fieldtrip mailing list fieldtrip@donders.ru.nl http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</DIV></DIV><BR>> _______________________________________________<BR>> fieldtrip mailing list<BR>> fieldtrip@donders.ru.nl<BR>> http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</div></body></html>