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