<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Dear Rene,<br>
<blockquote type="cite"
 cite="midC426290C7C947740A8D0C7D487F5826202544D@korfu.fh-linz.local">
  <div><font size="2" face="Arial">I want to analyse a singel epoch
with the time frequency transformation to get a spectral plot of the
activity in this special period. Why is it not possible to do so. There
are always two epochs needed to get a picture - what's the reason for
this.</font></div>
</blockquote>
No, there is no technical reason for that. The timef funciton works on
a single epoch ("pop_timef(EEG, 0);" to plot channels; "pop_timef(EEG,
1);" to plot components). It does not work from the EEGLAB menu,
because EEGLAB assumes that you are processing data epochs (we might
remove this constraint in the future). <br>
<blockquote type="cite"
 cite="midC426290C7C947740A8D0C7D487F5826202544D@korfu.fh-linz.local">
  <div><font size="2" face="Arial">Can I find another way to analyse
only one epoch?</font></div>
</blockquote>
You may use the specgram function from the Matlab signal processing
toolbox.<br>
<br>
Best,<br>
<br>
Arno<br>
<br>
</body>
</html>