<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Lin, Peter (NIH/NINDS) [F] wrote:
<blockquote
 cite="midC95F8E297215B6489AC8E595CF2239B001C8636B@NIHCESMLBX.nih.gov"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 11 (filtered medium)">
  <style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">Hi I am working with
movement data (finger abduction and
sequence) with EEG and studying phase lag and coherence.  Is there any
way to
use EEGlab to Hilbert transform the data? <br>
  </span></font></p>
  </div>
</blockquote>
EEGLAB does not support Hilbert transforms, but the signal processing
toolbox has a built-in "hilbert" function. The advantage of the Hilbert
function is that it returns more accurate phase information that
standard time-frequency transforms. The drawback is that you are
usually not allowed to visualize results of hilbert transform at
different frequencies (although you may bandpass the signal at the
frequency of interest and then apply an hilbert transform). If anyone
has functions to compute hilbert transform of the EEGLAB structures, we
would for sure be interested in helping make them avaiable as a plugin.
<br>
<br>
The following paper basically shows that Hilbert and standard wavelet
methods are roughly equivalent:<br>
<br>
Comparison of Hilbert transform and wavelet methods for the analysis of
neuronal synchrony<br>
J Neurosci Methods. 2001 Oct 30;111(2):83-98.<br>
Michel Le Van Quyen, Jack Foucher, Jean-Philippe Lachaux, Eugenio
Rodriguez, Antoine Lutz, Jacques Martinerie and Francisco J. Varela<br>
<br>
Best,<br>
<br>
Arno<br>
<br>
</body>
</html>