<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(7,55,99)">Hi Mateu,<br><br><br>  you can use eeg_regepochs(). It splits a continuous recording in several epochs of a defined length.<br>For example, if you want to create epochs of 2 seconds:<br>   EEG = eeg_regepochs(EEG, 'recurrence', 2, 'rmbase', NaN);<br>Type help eeg_regepochs for more info.<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(7,55,99)">  On a side note, you might want to check Makoto's plugin for rejection of portions of continuous data:<br><a href="http://sccn.ucsd.edu/wiki/TrimOutlier">http://sccn.ucsd.edu/wiki/TrimOutlier</a><br><br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(7,55,99)">All the best,<br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(7,55,99)">Germano<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 30 June 2015 at 10:42, Mateu Servera <span dir="ltr"><<a href="mailto:mservera@gmail.com" target="_blank">mservera@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>My problem seems simple but (I'm sorry) have not found the solution in the tutorial. I have a continuous record of 2 minutes and I want to analyze by epochs of 2 seconds. That is, once I loaded the entire record I want to divide approximately in 180/2 = 90 epochs, and then analyze data by epochs to select or eliminate those with artifacts.</div><div><br></div><div>I have found how to deal with epoched data previously defined during the recording, but not <i>a posteriori</i>.<br></div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Mateu</div></font></span></div>
<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div><br></div>