The purpose of this page is just to serve as todo or scratch pad for the development project and to list and share some ideas.
The code development project mentioned on this page has been finished by now. Chances are that this page is considerably outdated and irrelevant. The notes here might not reflect the current state of the code, and you should not use this as serious documentation.
FieldTrip is being modularized to facilitate further development of the toolbox itself, and to facilitate reuse of the code in other projects (such as realtime analysis for BrainGain, or in EEGLAB or SPM8).
A “preproc” module has been made that contains all low-level functionality that is used in the fieldtrip/preprocessing function. The existing functions in fieldtrip that still use the old code have to be converted to using the new module. Subsequently, the old version of the functions should be removed from the FieldTrip release. This pertains to
Also all use of other low-level code for preprocessing (e.g. detrending or median filtering) should be changed to use the respective preproc_xxx function.
The most obvious function to start in is fieldtrip/private/preproc, but other fieldtrip functions are also affected (a.o. freqsimulation→bandpassfilter and probably the older artifact detection functions).
avgref:
blc:
bandpassfilter:
all other filters:
detrend:
hilbert:
avgref:
blc:
bandpassfilter:
hilbert:
grep filter\( *.m
Share this page: