2012-01-18 09:23  johzum

	* [r5147] ft_preproc_bandstopfilter.m, ft_preproc_highpassfilter.m: bug1248: avoid warning
	  with odd filter order when filter order is set by default, not by user.

2011-12-09 13:53  eelspa

	* [r4964] ft_preproc_baselinecorrect.m, ft_preproc_detrend.m: fixed bug where begsample and
	  endsample caused errors for not being defined

2011-12-09 11:53  eelspa

	* [r4962] ft_preproc_baselinecorrect.m, ft_preproc_detrend.m, ft_preproc_polyremoval.m:
	  changed ft_preproc_baselinecorrect and ft_preproc_detrend into wrappers around
	  ft_preproc_polyremoval (bug 1181) and updated some documentation

2011-11-30 11:50  johzum

	* [r4890] ft_preproc_bandstopfilter.m, ft_preproc_lowpassfilter.m: enhancement: mean is
	  removed prior to calling filter_with_correction, then added back.

2011-11-23 09:58  eelspa

	* [r4798] ft_preproc_slidingrange.m: added reference documentation

2011-11-23 09:49  eelspa

	* [r4796] ft_preproc_denoise.m: another typo in reference documentation

2011-11-23 09:48  eelspa

	* [r4795] ft_preproc_denoise.m: fixed typo in documentation

2011-11-16 11:52  johzum

	* [r4748] ft_preproc_bandstopfilter.m: enhancement: comments modified: updated info on
	  default filter order for fir/firls

2011-11-15 10:25  johzum

	* [r4741] ft_preproc_bandstopfilter.m: enhancement: added 'firls' option to bandstop

2011-11-15 09:07  eelspa

	* [r4739] ft_preproc_bandpassfilter.m, ft_preproc_highpassfilter.m,
	  ft_preproc_lowpassfilter.m: updated documentation for preproc/XXXfilter functions to
	  reflect new default fir/firls filter order

2011-11-14 13:34  johzum

	* [r4736] ft_preproc_bandpassfilter.m, ft_preproc_highpassfilter.m,
	  ft_preproc_lowpassfilter.m: enhancement: added 'firls' filter option for bp,hp,lp (based
	  on Nutmeg's implementation)

2011-11-14 11:41  johzum

	* [r4735] ft_preproc_bandpassfilter.m, ft_preproc_bandstopfilter.m,
	  ft_preproc_highpassfilter.m, ft_preproc_lowpassfilter.m: enchancement: filter order: 1)
	  default set in low-level function, not in preproc. 2) default for 'fir' no longer 2, but
	  based on data and filter request. 3) test_bug1129 created.

2011-10-29 10:10  roboos

	* [r4624] private/bilinear.m, private/butter.m, private/filtfilt.m, private/istrue.m,
	  private/keyval.m, private/postpad.m, private/sftrans.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-08 12:07  roboos

	* [r4386] ft_preproc_slidingrange.m: restructuring - replaced keyval by ft_getopt, see
	  http://bugzilla.fcdonders.nl/show_bug.cgi?id=502

2011-07-06 18:58  roboos

	* [r3783] test: enhancement - added test directory for fieldtrip main and standard modules

2011-07-01 07:54  jansch

	* [r3750] ft_preproc_polyremoval.m: bugfix - #792 fixed numerical accuracy issues

2011-06-07 09:21  roboos

	* [r3630] ft_preproc_baselinecorrect.m: bugfix - it would fail on integer input data,
	  typecast the data to double before minus

2011-02-26 13:37  jansch

	* [r2966] ft_preproc_polyremoval.m: added defaults of begsample and endsample (take whole
	  segment if not specified)

2011-02-16 09:41  roboos

	* [r2885] private/bilinear.m, private/butter.m, private/filtfilt.m, private/istrue.m,
	  private/keyval.m, private/postpad.m, private/sftrans.m: svn propset svn:keyword "Id Rev"
	  xxx.m

2011-02-12 17:51  roboos

	* [r2861] private/bilinear.m, private/butter.m, private/filtfilt.m, private/istrue.m,
	  private/keyval.m, private/postpad.m, private/sftrans.m: set the property "autosync" on all
	  files that are copies of the previous file externals

2011-02-12 17:49  roboos

	* [r2860] private/bilinear.m, private/butter.m, private/filtfilt.m, private/istrue.m,
	  private/keyval.m, private/postpad.m, private/sftrans.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:45  roboos

	* [r2802] private: third pass at setting the new svn:externals for all files

2011-02-03 21:25  roboos

	* [r2801] private: the second pass for recreating svn:externals
	  this is for the externals that depend on another external

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 11:00  roboos

	* [r2782] COPYING, README: more cleanups on the svn properties

2011-02-03 10:48  roboos

	* [r2781] ft_preproc_online_downsample_apply.m, ft_preproc_online_downsample_init.m,
	  ft_preproc_online_filter_apply.m, ft_preproc_online_filter_init.m,
	  private/filter_with_correction.m: cleanup of the special properties of all files, such as
	  execute property, eol-style and keywords

2011-01-26 14:03  arjsto

	* [r2661] ft_preproc_online_downsample_apply.m, ft_preproc_online_downsample_init.m,
	  ft_preproc_online_filter_apply.m, ft_preproc_online_filter_init.m: These functions were
	  stored in realtime/utilities. They are meant do preprocessing on the online acquired
	  EEG/MEG signal and, therefore, fit better in the preproc module. Consequently, this
	  facilitates the cleaning up of the realtime module.
	  This line, and those below, will be ignored--
	  
	  A preproc/ft_preproc_online_filter_init.m
	  A preproc/ft_preproc_online_downsample_apply.m
	  A preproc/ft_preproc_online_filter_apply.m
	  A preproc/ft_preproc_online_downsample_init.m

2011-01-26 10:07  johzum

	* [r2657] compat/preproc_bandpassfilter.m, compat/preproc_bandstopfilter.m,
	  compat/preproc_baselinecorrect.m, compat/preproc_denoise.m, compat/preproc_derivative.m,
	  compat/preproc_detrend.m, compat/preproc_dftfilter.m, compat/preproc_highpassfilter.m,
	  compat/preproc_hilbert.m, compat/preproc_lowpassfilter.m, compat/preproc_medianfilter.m,
	  compat/preproc_rectify.m, compat/preproc_rereference.m, compat/preproc_resample.m,
	  compat/preproc_slidingavg.m, compat/preproc_standardize.m: added warning this is
	  compatability wrapper only

2011-01-20 10:52  jansch

	* [r2614] ft_preproc_bandstopfilter.m: replaced use of range() with explicit min and max to
	  avoid the stats toolbox

2010-12-16 15:57  stekla

	* [r2455] ft_preproc_bandpassfilter.m, ft_preproc_bandstopfilter.m,
	  ft_preproc_highpassfilter.m, ft_preproc_lowpassfilter.m, private/filter_with_correction.m:
	  Added private function for filtering signals with correction for edge artifacts, as well
	  as calls to that function instead of doing the filtering directly within
	  ft_preproc_XXXfilter.

2010-12-08 10:40  jansch

	* [r2347] ft_preproc_medianfilter.m: replaced default order of 25 by an error. the order
	  should be specified by the user (or the default has to be set in a higher calling function

2010-12-03 09:01  jansch

	* [r2271] ft_preproc_baselinecorrect.m: made usage of bsxfun conditional on the existence of
	  bsxfun, because lower matlab version don't have it

2010-11-27 11:55  roboos

	* [r2212] ft_preproc_resample.m: fixed the svn properties (eol-style, executable, keywords)
	  on many *.m files

2010-11-25 08:12  roboos

	* [r2178] ft_preproc_bandstopfilter.m: added part to detect filter instabilities
	  if results are unstable, redo the filter in two seperate steps

2010-11-19 11:04  roboos

	* [r2133] ft_preproc_polyremoval.m: moved subfunction polyremoval from private/preproc into
	  seperate function in preproc module

2010-10-18 16:03  roboos

	* [r1942] ft_preproc_slidingrange.m: added sliding range function, i.e. max-min for sliding
	  window

2010-09-20 15:19  sashae

	* [r1722] ft_preproc_dftfilter.m: small fixes in docu

2010-08-19 07:13  stekla

	* [r1527] ft_preproc_highpassfilter.m: Added check for unstable filter coefficients in
	  ft_preproc_highpassfilter, will yield error in that case.

2010-05-20 12:12  marvger

	* [r1122] ft_preproc_baselinecorrect.m: used bsxfun to increase efficiency

2010-05-19 08:58  jansch

	* [r1094] ft_preproc_resample.m: added documentation with regard to the anti-aliasing
	  applied by default if using the resample-method

2010-04-21 17:56  roboos

	* [r947] ft_preproc_bandpassfilter.m, ft_preproc_bandstopfilter.m,
	  ft_preproc_baselinecorrect.m, ft_preproc_denoise.m, ft_preproc_derivative.m,
	  ft_preproc_detrend.m, ft_preproc_dftfilter.m, ft_preproc_highpassfilter.m,
	  ft_preproc_hilbert.m, ft_preproc_lowpassfilter.m, ft_preproc_medianfilter.m,
	  ft_preproc_rectify.m, ft_preproc_rereference.m, ft_preproc_resample.m,
	  ft_preproc_standardize.m: added full GPL copyrights and svn ID tag to preproc

2010-04-16 09:22  roboos

	* [r918] private: added compat/signal/filtfilt function from octave, put it into
	  preproc/private as file-external where it will become the default (instead of the signal
	  processing toolbox version)

2010-04-09 13:47  timeng

	* [r891] ft_preproc_bandpassfilter.m, ft_preproc_bandstopfilter.m,
	  ft_preproc_baselinecorrect.m, ft_preproc_denoise.m, ft_preproc_derivative.m,
	  ft_preproc_detrend.m, ft_preproc_dftfilter.m, ft_preproc_highpassfilter.m,
	  ft_preproc_hilbert.m, ft_preproc_lowpassfilter.m, ft_preproc_medianfilter.m,
	  ft_preproc_rectify.m, ft_preproc_rereference.m, ft_preproc_resample.m,
	  ft_preproc_standardize.m: ft prefix added to help sections and in the codes only for
	  functions called within the preproc and forward module. Compat now still necessary called
	  from main FieldTrip functions

2010-04-08 11:03  roboos

	* [r883] compat/preproc_bandpassfilter.m, compat/preproc_bandstopfilter.m,
	  compat/preproc_baselinecorrect.m, compat/preproc_denoise.m, compat/preproc_derivative.m,
	  compat/preproc_detrend.m, compat/preproc_dftfilter.m, compat/preproc_highpassfilter.m,
	  compat/preproc_hilbert.m, compat/preproc_lowpassfilter.m, compat/preproc_medianfilter.m,
	  compat/preproc_rectify.m, compat/preproc_rereference.m, compat/preproc_resample.m,
	  compat/preproc_slidingavg.m, compat/preproc_standardize.m, ft_preproc_bandpassfilter.m,
	  ft_preproc_bandstopfilter.m, ft_preproc_baselinecorrect.m, ft_preproc_denoise.m,
	  ft_preproc_derivative.m, ft_preproc_detrend.m, ft_preproc_dftfilter.m,
	  ft_preproc_highpassfilter.m, ft_preproc_hilbert.m, ft_preproc_lowpassfilter.m,
	  ft_preproc_medianfilter.m, ft_preproc_rectify.m, ft_preproc_rereference.m,
	  ft_preproc_standardize.m: removed the unix executable flag from all *.m files (thanks to
	  Guillaume)
	  see http://fieldtrip.fcdonders.nl/development/svn#keeping_the_svn_repository_tidy for
	  details

2010-04-07 13:52  roboos

	* [r863] compat, compat/preproc_bandpassfilter.m, compat/preproc_bandstopfilter.m,
	  compat/preproc_baselinecorrect.m, compat/preproc_denoise.m, compat/preproc_derivative.m,
	  compat/preproc_detrend.m, compat/preproc_dftfilter.m, compat/preproc_highpassfilter.m,
	  compat/preproc_hilbert.m, compat/preproc_lowpassfilter.m, compat/preproc_medianfilter.m,
	  compat/preproc_rectify.m, compat/preproc_rereference.m, compat/preproc_resample.m,
	  compat/preproc_slidingavg.m, compat/preproc_standardize.m, ft_preproc_bandpassfilter.m,
	  ft_preproc_bandstopfilter.m, ft_preproc_baselinecorrect.m, ft_preproc_denoise.m,
	  ft_preproc_derivative.m, ft_preproc_detrend.m, ft_preproc_dftfilter.m,
	  ft_preproc_highpassfilter.m, ft_preproc_hilbert.m, ft_preproc_lowpassfilter.m,
	  ft_preproc_medianfilter.m, ft_preproc_rectify.m, ft_preproc_rereference.m,
	  ft_preproc_resample.m, ft_preproc_standardize.m, preproc_bandpassfilter.m,
	  preproc_bandstopfilter.m, preproc_baselinecorrect.m, preproc_denoise.m,
	  preproc_derivative.m, preproc_detrend.m, preproc_dftfilter.m, preproc_highpassfilter.m,
	  preproc_hilbert.m, preproc_lowpassfilter.m, preproc_medianfilter.m, preproc_rectify.m,
	  preproc_rereference.m, preproc_resample.m, preproc_standardize.m: renamed all preproc_xxx
	  functions into ft_preproc_xxx
	  added a preproc/compat directory with backward compatibility wrappers

2010-04-07 09:27  roboos

	* [r854] preproc_bandpassfilter.m: only change in whitespace

2010-04-06 21:01  roboos

	* [r849] preproc_resample.m: initial implementation, taken from spikedownsample/myresample

2010-02-17 15:58  roboos

	* [r567] private: added provate directory with replacement function for butterworth filter

2010-02-17 15:54  roboos

	* [r566] benchmark: Created a branches and a tags directory at the highest level of the
	  repository, moved preproc/benchmark from the trunk to
	  branches/benchmarking. In the future there could also be a
	  branches/testing directory.

2010-01-01 21:09  joagro

	* [r330] preproc_hilbert.m: fixed two bugs: 1) angle was computed on non-normalised complex
	  values; 2) unwrapping was performed along wrong dimension; Joachim

2009-12-16 19:38  roboos

	* [r306] preproc_standardize.m: remember the state for updating the mean and variance
	  estimate

2009-12-04 10:00  roboos

	* [r242] COPYING, README, benchmark/benchmark.m, benchmark/benchmark_all.m,
	  benchmark/benchmark_bandpassfilter.m, benchmark/benchmark_bandstopfilter.m,
	  benchmark/benchmark_baselinecorrect.m, benchmark/benchmark_derivative.m,
	  benchmark/benchmark_detrend.m, benchmark/benchmark_dftfilter.m,
	  benchmark/benchmark_highpassfilter.m, benchmark/benchmark_hilbert.m,
	  benchmark/benchmark_lowpassfilter.m, benchmark/benchmark_medianfilter.m,
	  benchmark/benchmark_rectify.m, benchmark/benchmark_rereference.m,
	  benchmark/benchmark_standardize.m, preproc_bandpassfilter.m, preproc_bandstopfilter.m,
	  preproc_baselinecorrect.m, preproc_denoise.m, preproc_derivative.m, preproc_detrend.m,
	  preproc_dftfilter.m, preproc_highpassfilter.m, preproc_hilbert.m, preproc_lowpassfilter.m,
	  preproc_medianfilter.m, preproc_rectify.m, preproc_rereference.m, preproc_standardize.m:
	  set the executable property to OFF on many files that should not be executable (m-files,
	  mex-files, readme, etc.)

2009-11-30 11:28  roboos

	* [r208] preproc_rereference.m: changed all occurences of tabs into 4 spaces

2009-11-30 08:53  roboos

	* [r204] benchmark/benchmark.m, benchmark/benchmark_all.m,
	  benchmark/benchmark_bandpassfilter.m, benchmark/benchmark_bandstopfilter.m,
	  benchmark/benchmark_baselinecorrect.m, benchmark/benchmark_derivative.m,
	  benchmark/benchmark_detrend.m, benchmark/benchmark_dftfilter.m,
	  benchmark/benchmark_highpassfilter.m, benchmark/benchmark_hilbert.m,
	  benchmark/benchmark_lowpassfilter.m, benchmark/benchmark_medianfilter.m,
	  benchmark/benchmark_rectify.m, benchmark/benchmark_rereference.m,
	  benchmark/benchmark_standardize.m, preproc_bandpassfilter.m, preproc_bandstopfilter.m,
	  preproc_baselinecorrect.m, preproc_denoise.m, preproc_derivative.m, preproc_detrend.m,
	  preproc_dftfilter.m, preproc_highpassfilter.m, preproc_hilbert.m, preproc_lowpassfilter.m,
	  preproc_medianfilter.m, preproc_rectify.m, preproc_rereference.m, preproc_standardize.m:
	  changed svn property for keywords Log and Rev

2009-11-30 08:49  roboos

	* [r203] benchmark/benchmark.m, benchmark/benchmark_all.m,
	  benchmark/benchmark_bandpassfilter.m, benchmark/benchmark_bandstopfilter.m,
	  benchmark/benchmark_baselinecorrect.m, benchmark/benchmark_derivative.m,
	  benchmark/benchmark_detrend.m, benchmark/benchmark_dftfilter.m,
	  benchmark/benchmark_highpassfilter.m, benchmark/benchmark_hilbert.m,
	  benchmark/benchmark_lowpassfilter.m, benchmark/benchmark_medianfilter.m,
	  benchmark/benchmark_rectify.m, benchmark/benchmark_rereference.m,
	  benchmark/benchmark_standardize.m, preproc_bandpassfilter.m, preproc_bandstopfilter.m,
	  preproc_baselinecorrect.m, preproc_denoise.m, preproc_derivative.m, preproc_detrend.m,
	  preproc_dftfilter.m, preproc_highpassfilter.m, preproc_hilbert.m, preproc_lowpassfilter.m,
	  preproc_medianfilter.m, preproc_rectify.m, preproc_rereference.m, preproc_standardize.m:
	  changed svn property eol-style to native to ensure consistent end-of-line behaviour on
	  windows and linux

2009-10-27 16:01  roboos

	* [r30] benchmark/benchmark.m, preproc_bandpassfilter.m, preproc_bandstopfilter.m,
	  preproc_baselinecorrect.m, preproc_denoise.m, preproc_derivative.m, preproc_detrend.m,
	  preproc_dftfilter.m, preproc_highpassfilter.m, preproc_hilbert.m, preproc_lowpassfilter.m,
	  preproc_medianfilter.m, preproc_rectify.m, preproc_rereference.m, preproc_standardize.m:
	  removed the old cvs log comments from each of the fieldtrip source code files
	  subversion (a.k.a. svn) does not make use of the special $Log$ keyword, which means that
	  the log messages do not reflect the latest changes
	  you can use 'svn log <filename.m>' or 'svn -v log | less' to get the same detailled
	  information as used to be in the cvs log

2009-10-21 10:25  roboos

	* [r1] ., COPYING, README, benchmark, benchmark/benchmark.m, benchmark/benchmark_all.m,
	  benchmark/benchmark_bandpassfilter.m, benchmark/benchmark_bandstopfilter.m,
	  benchmark/benchmark_baselinecorrect.m, benchmark/benchmark_derivative.m,
	  benchmark/benchmark_detrend.m, benchmark/benchmark_dftfilter.m,
	  benchmark/benchmark_highpassfilter.m, benchmark/benchmark_hilbert.m,
	  benchmark/benchmark_lowpassfilter.m, benchmark/benchmark_medianfilter.m,
	  benchmark/benchmark_rectify.m, benchmark/benchmark_rereference.m,
	  benchmark/benchmark_standardize.m, preproc_bandpassfilter.m, preproc_bandstopfilter.m,
	  preproc_baselinecorrect.m, preproc_denoise.m, preproc_derivative.m, preproc_detrend.m,
	  preproc_dftfilter.m, preproc_highpassfilter.m, preproc_hilbert.m, preproc_lowpassfilter.m,
	  preproc_medianfilter.m, preproc_rectify.m, preproc_rereference.m, preproc_standardize.m:
	  initial import
changelog/preproc_changelog.txt · Last modified: 2012/02/05 18:07 (external edit)

You are here: startchangelogpreproc_changelog
This DokuWiki features an Anymorphic Webdesign theme, customised by Eelke Spaak and Stephen Whitmarsh.
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0