2010-05-20 12:12 marvger
* ft_preproc_baselinecorrect.m: used bsxfun to increase efficiency
2010-05-19 08:58 jansch
* 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
* 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
* 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
* 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
* 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
* 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
* preproc_bandpassfilter.m: only change in whitespace
2010-04-06 21:01 roboos
* preproc_resample.m: initial implementation, taken from spikedownsample/myresample
2010-02-17 15:58 roboos
* private: added provate directory with replacement function for butterworth filter
2010-02-17 15:54 roboos
* 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
* 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
* preproc_standardize.m: remember the state for updating the mean and variance estimate
2009-12-04 10:00 roboos
* 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
* preproc_rereference.m: changed all occurences of tabs into 4 spaces
2009-11-30 08:53 roboos
* 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
* 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
* 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
* ., 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
Back to top