2013-05-24 19:52 roboos * [r8157] private/warning_once.m: automatically synchronized identical files to revision 8156 2013-05-23 14:12 jorhor * [r8145] private/warning_once.m: automatically synchronized identical files to revision 8144 2013-04-17 13:53 roevdmei * [r7979] ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_tfr.m, ft_specest_wavelet.m: enhancement: the warning about insufficient padding for requested freq resolution now contains a reference to the faqs on the fieldtrip wiki 2013-04-17 13:44 roevdmei * [r7919] ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_tfr.m, ft_specest_wavelet.m: bugfix: it used to be the case that a timeoi that was too finely sampled would contain multiples of the same bin after translation to time-points in the data. Now, the behaviour is similar to freqoi. When the requested timeio is too finely sampled, dubplicates are removed, and a warning is given. 2013-04-16 18:46 roboos * [r7842] ft_specest_hilbert.m: enhancement/bugfix1965: all specest functions now give warnings when there is a mismatch between input and output freqoi/timeoii (not a warning_once) 2013-04-16 18:25 roboos * [r7837] ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_tfr.m, ft_specest_wavelet.m: enhancement+bugfix: all specest functions now give an appropriate warning when the requested frequency resolution is unattainable with the requested padding. Bugfix, I forgot an abs in the checks for differences 2013-04-16 18:25 roboos * [r7836] ft_specest_mtmconvol.m: bugfix: when freqoi = 'all' and timwin is a scalar, timwin is expanded 2013-04-16 18:25 roboos * [r7835] ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_tfr.m, ft_specest_wavelet.m: enhancement/bugfix1965: all specest functions now give warnings when there is a mismatch between input and output freqoi/timeoii (not a warning_once) 2013-03-25 08:28 bargip * [r7700] ft_specest_mtmfft.m: bugfix - help now shows the correct number of output arguments (ntaper was left out before). 2013-03-16 09:45 roboos * [r7674] private/bilinear.m, private/butter.m, private/filtfilt.m, private/hanning.m, private/hilbert.m, private/postpad.m, private/sftrans.m: Merge pull request #5 from oostenveld/bug2033 please pull oostenveld/fieldtrip/bug2033 into the blessed repository 2013-02-06 14:48 roevdmei * [r7444] ft_specest_mtmfft.m: bugfix: when requesting variable number of dpss tapers, the output array was of the wrong size because of faulty indexing, and was allocated as a zero-array, while it should be a NaN-array 2013-01-28 15:17 roevdmei * [r7419] ft_specest_mtmfft.m: speed improvement: replaced the repmat during ffts in to bsxfuns (see bug 1886) 2013-01-28 14:05 eelspa * [r7418] ft_specest_mtmfft.m: enhancement(1886): replaced angle(complex(a,b)) with atan2(b,a), which is much faster 2013-01-28 13:54 eelspa * [r7417] ft_specest_mtmfft.m: fixed bug where 'verbose' argument was ignored 2012-12-06 21:21 roboos * [r7123] ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_tfr.m, ft_specest_wavelet.m, private/alpha_taper.m, private/bilinear.m, private/butter.m, private/filter_with_correction.m, private/filtfilt.m, private/fixname.m, private/ft_getopt.m, private/ft_preproc_bandpassfilter.m, private/ft_preproc_polyremoval.m, private/hanning.m, private/hilbert.m, private/keyval.m, private/keyvalcheck.m, private/postpad.m, private/sftrans.m, private/sine_taper.m, private/sine_taper_scaled.m, private/warning_once.m: cleanup - added copyrights and svn id to many files, updated help, some changes in whitespace, set svn:keywords property. There should not be any functional change. 2012-11-30 09:38 roboos * [r7063] private/ft_getopt.mexw64: automatically synchronized identical files to revision 7062 2012-11-29 22:16 roboos * [r7059] private/ft_getopt.mexa64: automatically synchronized identical files to revision 7058 2012-11-23 09:38 jorhor * [r6982] ft_specest_mtmconvol.m: default padtype = zero padding 2012-11-23 07:26 jorhor * [r6981] ft_specest_mtmconvol.m: bugfix-using postpadding in mtmconvol as used to be just before my first commit today 2012-11-23 07:22 jorhor * [r6980] ft_specest_mtmconvol.m, ft_specest_mtmfft.m: bugfix-new padding function integrated without typos 2012-11-23 07:10 jorhor * [r6977] ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_wavelet.m: enhancement-#1730-all padding operations are now done via ft_preproc_padding. Padding type can flexibly configured by the user now. 2012-11-22 16:02 roevdmei * [r6973] ft_specest_mtmfft.m: fixed small bug with angletransform not being properly indexed with variable tapers per frequency requested 2012-11-19 22:00 roboos * [r6959] private/ft_getopt.mexw64: automatically synchronized identical files to revision 6958 2012-11-10 07:47 roboos * [r6905] private/ft_getopt.mexmaci64: automatically synchronized identical files to revision 6904 2012-11-07 14:15 eelspa * [r6888] private/warning_once.m: automatically synchronized identical files to revision 6887 2012-10-11 19:10 roboos * [r6747] private/ft_getopt.m, private/warning_once.m: automatically synchronized identical files to revision 6746 2012-09-24 15:39 roboos * [r6524] private/fixname.m: automatically synchronized identical files to revision 6523 2012-09-12 10:30 roevdmei * [r6451] ft_specest_mtmfft.m: fixed smaller error in bug1488 2012-09-12 10:20 roevdmei * [r6450] ft_specest_mtmconvol.m: docu spelling error 2012-09-06 20:06 jansch * [r6437] ft_specest_mtmfft.m: bugfix - fixed crash-causing change recently introduced when building in support for variable smoothing across frequencies 2012-09-06 15:39 roevdmei * [r6435] ft_specest_mtmconvol.m, ft_specest_mtmfft.m: mtmfft now supports variable number of slepian tapers. Output when those are requested is determined by dimord. Added persistent tapers, as computation can take a long time (also implemented it in mtmconvol since I was busy with it anyway) 2012-07-04 12:21 roevdmei * [r6224] ft_specest_mtmconvol.m, ft_specest_mtmfft.m: added taperopt to mtmfft, and added error-check to mtmconvol 2012-07-02 14:51 roboos * [r6190] private/ft_getopt.mexglx: automatically synchronized identical files to revision 6189 2012-06-05 11:01 roboos * [r5887] private/sine_taper.m: automatically synchronized identical files to revision 5886 2012-05-16 08:37 roevdmei * [r5780] ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_tfr.m, ft_specest_wavelet.m: fix for bug 1461, clarifying compution of fboi in ft_freqanalysis and added a comment to the specests 2012-04-21 06:04 eelspa * [r5688] private/fixname.m: automatically synchronized identical files to revision 5687 2012-04-21 05:59 eelspa * [r5686] private/fixname.m: automatically synchronized identical files to revision 5685 2012-04-19 09:37 eelspa * [r5662] private/fixname.m: automatically synchronized identical files to revision 5661 2012-04-18 14:10 eelspa * [r5652] private/fixname.m: automatically synchronized identical files to revision 5651 2012-04-04 14:51 roboos * [r5592] private/ft_preproc_polyremoval.m: automatically synchronized identical files to revision 5591 2012-03-27 09:46 eelspa * [r5540] private/ft_getopt.mexw64: automatically synchronized identical files to revision 5539 2012-03-22 09:32 roboos * [r5512] private/ft_getopt.mexw32: automatically synchronized identical files to revision 5511 2012-03-12 13:17 giopia * [r5439] ft_specest_mtmconvol.m: revert local changes I had committed in r5437 2012-03-12 11:07 giopia * [r5437] ft_specest_mtmconvol.m: added fixname.m to utilities as well, for warning_once.m, ft_hastoolbox.m 2012-03-10 21:25 roboos * [r5434] private/fixname.m: automatically synchronized identical files to revision 5433 2012-03-10 15:42 roboos * [r5432] private/warning_once.m: automatically synchronized identical files to revision 5431 2012-03-10 15:41 roboos * [r5431] private/fixname.m: enhancement - replaced the multiple occuring subfunction fixname by a single one, see http://bugzilla.fcdonders.nl/show_bug.cgi?id=1273#c2 2012-03-05 14:01 roboos * [r5389] private/warning_once.m: automatically synchronized identical files to revision 5388 2012-01-10 13:10 jansch * [r5106] ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_tfr.m, ft_specest_wavelet.m: change in default behavior - remove DC-component only as default, rather than first order polynome 2012-01-05 09:05 eelspa * [r5096] private/ft_getopt.mexa64, private/ft_getopt.mexglx, private/ft_getopt.mexmaci, private/ft_getopt.mexmaci64, private/ft_getopt.mexw32, private/ft_getopt.mexw64: setting svn:executable property on all MEX files, properly this time I hope 2011-12-22 13:40 borreu * [r5076] private/ft_getopt.m: automatically synchronized identical files to revision 5075 2011-12-21 13:58 roboos * [r5065] private/ft_getopt.m, private/ft_getopt.mexglx: automatically synchronized identical files to revision 5064 2011-12-20 14:03 jansch * [r5058] private/ft_getopt.mexmaci, private/ft_getopt.mexmaci64: automatically synchronized identical files to revision 5057 2011-12-20 13:48 eelspa * [r5056] private/ft_getopt.m, private/ft_getopt.mexa64, private/ft_getopt.mexw32, private/ft_getopt.mexw64: automatically synchronized identical files to revision 5055 2011-12-12 17:29 roevdmei * [r5019] ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_tfr.m, ft_specest_wavelet.m: changed all occurances of time(2)-time(1) to the more accurate mean(diff(time)) to prevent/diminish issues with numerical accuracies in the time vector 2011-12-09 11:53 eelspa * [r4963] private/ft_preproc_polyremoval.m: automatically synchronized identical files to revision 4962 2011-12-07 14:57 roevdmei * [r4944] ft_specest_hilbert.m: fixed reversal in hp and lp freqs. Works like a charm now 2011-12-07 14:39 roevdmei * [r4943] ft_specest_hilbert.m: updated specest_hilbert filters, and changed status in ft_freqanalysis to non-devel 2011-11-30 17:24 roevdmei * [r4904] ft_specest_hilbert.m: added support for variable filterorders, for when using FIR filters 2011-11-30 17:20 roevdmei * [r4903] ft_specest_tfr.m: finished renaming specest_convol to specest_tfr, and deprecated freqanalysis_tfr (JM, sorry I didn't wait for your email ;), I realized I accidentally went through already with some of the changes, so I went ahead and changed the rest to complete it) 2011-11-30 17:17 roevdmei * [r4902] ft_specest_hilbert.m: add fbopt to extraction out of key-value pairs 2011-11-30 16:45 roevdmei * [r4900] ft_specest_convol.m, ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_tfr.m, ft_specest_wavelet.m: renamed specest_convol to tfr, and updated other specest help to reflect this 2011-11-30 16:44 roevdmei * [r4899] ft_specest_convol.m: updated to reflect specest_wavelet, but then in the time-domain 2011-11-30 16:23 roevdmei * [r4897] ft_specest_hilbert.m: added new verbose option, updated help, updated progress indication 2011-11-30 15:46 roevdmei * [r4893] ft_specest_wavelet.m: added verbose option and updated progress indication 2011-11-26 18:02 marvin * [r4814] ft_specest_mtmconvol.m: added option to put parameter (to be used in WINDOW) for taper 2011-11-10 09:23 borreu * [r4702] ft_specest_convol.m, ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_wavelet.m: bugfix #1113 - replaced CVS $Log$ messages with SVN $Id$. 2011-10-29 10:10 roboos * [r4624] private/alpha_taper.m, private/bilinear.m, private/butter.m, private/filtfilt.m, private/ft_getopt.mexa64, private/ft_getopt.mexglx, private/ft_getopt.mexmaci, private/ft_getopt.mexmaci64, private/ft_getopt.mexw32, private/ft_getopt.mexw64, private/keyval.m, private/keyvalcheck.m, private/postpad.m, private/sftrans.m, private/sine_taper.m, private/sine_taper_scaled.m, private/warning_once.m: cleaned up the svn properties according to development/svn on the wiki this ensures that m files are not executable and that Rev and Id are correctly replaced 2011-10-09 10:52 roboos * [r4394] private/ft_getopt.m, private/ft_getopt.mexa64, private/ft_getopt.mexglx, private/ft_getopt.mexmaci, private/ft_getopt.mexmaci64, private/ft_getopt.mexw32, private/ft_getopt.mexw64: restructuring - added the ft_getopt m and mex files to the private directories of the modules, see bug #502 2011-10-09 10:49 roboos * [r4393] ft_specest_convol.m, ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_wavelet.m: restructuring and bugfix - replaced all keyval calls by ft_getopt, see bug #502. Also made some improvements to the documentation. Furthermore, I noticed some cases of mixed up handling of the 'polyremoval'/'polyorder' argument. See bug #502 and http://bugzilla.fcdonders.nl/show_bug.cgi?id=1024 2011-10-06 12:09 roevdmei * [r4364] ft_specest_convol.m: updated convol to current status of the other specest functions 2011-09-12 10:25 jansch * [r4156] ft_specest_mtmconvol.m: bugfix - #873 2011-09-06 10:57 vlalit * [r4110] ft_specest_hilbert.m: added verbose option 2011-09-06 10:55 vlalit * [r4108] private/warning_once.m: replace also full stops with _ 2011-09-05 14:23 vlalit * [r4105] ft_specest_hilbert.m: give a warning and adjust freqoi when excluding frequencies 2011-07-09 18:47 vlalit * [r3816] private/hilbert.m: added spm_hilbert without toolbox dependency. 2011-07-06 18:58 roboos * [r3783] test: enhancement - added test directory for fieldtrip main and standard modules 2011-07-01 08:02 jansch * [r3752] ft_specest_convol.m, ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_wavelet.m: functionality change - #225 built in default detrending (removal of polynomial fit of order 1) prior to doing spectral analysis.this can be overruled (or changed to a polynome of different order) by means of the cfg option polyremoval 2011-07-01 07:54 jansch * [r3751] private/ft_preproc_polyremoval.m: enhancement - added ft_preproc_polyremoval to specest/private 2011-06-24 13:48 eelspa * [r3730] ft_specest_mtmconvol.m: added option 'verbose' to ft_specest_mtmconvol to allow suppression of console output 2011-05-25 08:11 jansch * [r3576] private/warning_once.m: bugfix - added warning_once to specest/private 2011-05-18 09:56 jansch * [r3558] ft_specest_mtmfft.m: enhancement - changed warning into warning_once 2011-04-29 10:24 jansch * [r3404] ft_specest_mtmconvol.m, ft_specest_mtmfft.m, private/sine_taper.m, private/sine_taper_scaled.m: removed the default scaling of the sine_taper for the computation of power. This makes the sine_taper consistent with the other tapers. implemented a scaled sine taper for backward compatibility (cfg.taper = 'sine_old') 2011-04-20 18:17 roevdmei * [r3367] ft_specest_wavelet.m: changed phase convention to fit with mtmconvol 2011-04-05 19:27 roboos * [r3298] ft_specest_mtmfft.m: bugfix - typo, removed bracket from code 2011-04-05 19:26 roboos * [r3297] ft_specest_convol.m, ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_wavelet.m: bugfix - the sampling frequency that is computed should not be rounded off to an integer number 2011-04-01 09:42 roboos * [r3263] ft_specest_mtmconvol.m, ft_specest_mtmfft.m: bugfix - related to ft_progress being initialized in ft_freqanalysis, check the length of the stack prior to indexing the 2nd argument 2011-03-24 14:06 roboos * [r3206] ft_specest_convol.m, ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_wavelet.m: cleaned up the specest functions, removed whitespace and empty lines, some small changes in documentation and added log and copyrights no functional changes 2011-03-17 23:49 roevdmei * [r3162] ft_specest_hilbert.m, ft_specest_mtmconvol.m, ft_specest_wavelet.m: added a round when computing endnsample, in the rare case that the time-vector contains errors, or when numerical precision causes it to be a near-integer 2011-03-16 09:10 jansch * [r3117] ft_specest_mtmconvol.m, ft_specest_mtmfft.m: fixed bug related to variable length trials in combination with keeptrials = 'no', leading to the sum over trials not being correctly normalised. introduced option to suppress feedback to screen for mtmfft and mtmconvol methods 2011-02-19 07:59 roevdmei * [r2909] ft_specest_convol.m, ft_specest_mtmconvol.m, ft_specest_mtmfft.m, ft_specest_wavelet.m: fixed bug that causes duplicate frequency bins to be selected from the output when freqois were not proper 2011-02-16 09:41 roboos * [r2885] private/alpha_taper.m, private/bilinear.m, private/butter.m, private/filtfilt.m, private/keyval.m, private/keyvalcheck.m, private/postpad.m, private/sftrans.m, private/sine_taper.m: svn propset svn:keyword "Id Rev" xxx.m 2011-02-12 17:51 roboos * [r2861] private/alpha_taper.m, private/bilinear.m, private/butter.m, private/filtfilt.m, private/keyval.m, private/keyvalcheck.m, private/postpad.m, private/sftrans.m, private/sine_taper.m: set the property "autosync" on all files that are copies of the previous file externals 2011-02-12 17:49 roboos * [r2860] private/alpha_taper.m, private/bilinear.m, private/butter.m, private/filtfilt.m, private/keyval.m, private/keyvalcheck.m, private/postpad.m, private/sftrans.m, private/sine_taper.m: replaced all old file externals with a copy of the oiriginal file 2011-02-12 17:19 roboos * [r2859] private: deleted all svn:external properties preparing a new implementation of the replicated files using an svn hook 2011-02-03 21:57 roboos * [r2803] private: fourth pass for the svn:externals 2011-02-03 21:45 roboos * [r2802] private: third pass at setting the new svn:externals for all files 2011-02-03 21:08 roboos * [r2800] private: recreated the svn:externals for all directories all pointing towards branches/externals or trunk/src this is the first pass, more passes may have to follow 2011-02-03 12:01 roboos * [r2788] private/alpha_taper.m, private/sine_taper.m: removed all actual occurences of *.m files that are used elsewhere as externals the files have been moved to the branches/externals and all svn:externals will have to be reset to use that location 2011-02-03 11:41 roboos * [r2784] private, private/butter.m: turned out that there were three files replicated instead of svn:external'ed butter, tinv, tcdf fixed the butter.m
Share this page: