<!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 Oga,<br>
<blockquote type="cite"
 cite="mid72c0aa42050329165738201123@mail.gmail.com">
  <pre wrap="">I am just wondering how I can change the length of 
FFT analysis window for computating coherence. 
  </pre>
</blockquote>
You may use the 'winsize' parameter of the crossf function to set the
window size.<br>
<blockquote type="cite"
 cite="mid72c0aa42050329165738201123@mail.gmail.com">
  <pre wrap="">And we know the resolution of frequency bins is
determined by the length of FFT analysis window.
Actually running "crossf" automatically determines it
depending on the length of epoch data. 
We are now analyzing a data with short length of
epoch (about 150 ms with sampling rate of 2048 Hz), 
and want to analyze with about 50 ms (around 128 time points) 
or 100 ms (128 time points) even without stepping. 
I would like to know how to fix the 
FFT analysis winodow and stepping window size 
within this short length under using crossf function.
  </pre>
</blockquote>
Use "'winsize', 128". You epochs might be too short though. It is
better to use longer data epochs because the crossf function will
reduce the output time range by removing half the window size on both
sides. <br>
<br>
Arno<br>
<br>
<div class="moz-signature">-- <br>
<br>
<b><font face="Arial,Helvetica"> <a target="_blanc"
 href="http://www.sccn.ucsd.edu/%7Earno">Arnaud Delorme</a>, Ph.D.</font></b>
, SCCN, UCSD, San Diego, USA
<br>
<br>
<table width="80%" border="0" cellspacing="0" cellpadding="0">
  <tbody>
    <tr>
      <td><b>SCCN main page:</b></td>
      <td><a target="_blanc" href="http://www.sccn.ucsd.edu/">www.sccn.ucsd.edu</a></td>
    </tr>
    <tr>
      <td><b>EEGLAB main page:</b></td>
      <td><a target="_blanc" href="http://www.sccn.ucsd.edu/eeglab">www.sccn.ucsd.edu/eeglab/</a></td>
    </tr>
    <tr>
      <td><b>EEGLAB documentation:</b></td>
      <td><a target="_blanc"
 href="http://www.sccn.ucsd.edu/eeglab/eeglabdocs.html">www.sccn.ucsd.edu/eeglab/eeglabdocs.html</a></td>
    </tr>
    <tr>
      <td><b>EEGLAB FAQ page:</b></td>
      <td><a target="_blanc"
 href="http://www.sccn.ucsd.edu/eeglab/eeglabfaq.html">www.sccn.ucsd.edu/eeglab/eeglabfaq.html</a></td>
    </tr>
    <tr>
      <td><b>EEGLAB mailing lists:</b></td>
      <td><a target="_blanc"
 href="http://www.sccn.ucsd.edu/eeglab/eeglabmail.html">www.sccn.ucsd.edu/eeglab/eeglabmail.html</a></td>
    </tr>
  </tbody>
</table>
</div>
</body>
</html>