<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi everybody,<br>
<br>
I just finished fully implementing the new low-level frequency analysis
routines for cfg.method = mtmconvol and mtmfft. They are not yet used
by default, and I would appreciate if it can be tested more before
optimizing computation speeds (should be relatively equal now, but many
optimizations possible). <br>
<br>
The new routines can be used by adding a third input argument to your
ft_freqanalysis calls, as:<br>
New implementation:<br>
freq = ft_freqanalysis(cfg,data,1)<br>
Old implementation (default):<br>
freq = ft_freqanalysis(cfg,data,0)<br>
<br>
<b>Things that are different:</b><br>
- all mtmconvol output is now phase-shifted such that an angle of 0 of
any fourier-coefficient <i>always </i>means a peak of an oscillation
in the data, and an angle of pi will <i>always</i> mean the trough of
an oscillation (wavelet wise angle = 0 is implemented as cosine at
peak, and sine in up-going flank)<br>
- all mtmfft output is now phase-shifted such that any angle from any
fourier-coefficient is from the perspective of the oscillation in the
data being at its peak at time = 0<br>
- mtmconvol now uses an accurate frequency vector for building its
wavelets (determined by fsample and nsample, with cfg.foi as starting
point), instead of an <i>uncorrected</i> cfg.foi (mtmfft already used
an accurate one) (note: this causes slight differences between the old
and new implementation)<br>
- mtmfft can now take a cfg.foi input-vector as well, instead of the
usual cfg.foilim (backwards compatible)<br>
- because of the above, nearly <i>all</i> fourier-output is different,
but e.g. phase differences between coefficients should be the same<br>
- we decided to drop the support for variable number of tapers in
mtmconvol, cfg.tapsmofrq can only be a scalar now (warning is given,
and first element of vector is selected)<br>
 - in the new format, many things can be upgraded/implemented etc. in
the future<br>
<br>
<br>
As freqanalysis is a rather fundamental pilar of FieldTrip, I would
really appreciate if some of you can do some testing based on the above
differences and anything else you can think of. Different types of
data, different approaches, etc. to see if both implementations give
comparable results and such (do note raw fourier-coefficients will
almost always be different). It could be I missed some fields from the
old functions that I diligently checked, or made some errors that did
not affect my current testing environment.<br>
I can be reached at the e-mail address below, via the mailing-list, or
via bug-reports. Thanks in advance.<br>
<br>
All the best!<br>
<br>
Roemer<br>
<br>
<br>
PS: the changes will be on the ft-server tonight, but are of course
already in the svn-version<br>
<pre class="moz-signature" cols="72">
--
Roemer van der Meij MSc
PhD student
Donders Institute for Brain, Cognition and Behaviour
Centre for Cognition
P.O. Box 9104
6500 HE Nijmegen
The Netherlands
Tel: +31(0)24 3655932
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:r.vandermeij@donders.ru.nl">r.vandermeij@donders.ru.nl</a></pre>
</body>
</html>
<p>----------------------------------</p>
<p>The aim of this list is to facilitate the discussion between users of the FieldTrip  toolbox, to share experiences and to discuss new ideas for MEG and EEG analysis.</p>
<p>  http://listserv.surfnet.nl/archives/fieldtrip.html</p>
<p>  http://www.ru.nl/fcdonders/fieldtrip/</p>