The MATLAB software toolbox for MEG and EEG analysis developed at the Donders Institute for Brain, Cognition, and Behaviour in Nijmegen, the Netherlands, along with collaborating institutes.
- Time-Frequency Analysis
- Source Reconstruction (dipoles, distributed sources, beamformers)
- Non-parametric Statistical Testing
- MEG Systems: CTF, Neuromag/Elekta/Megin, BTi/4D, Yokogawa/Ricoh, FieldLine
- EEG Systems: Most popular systems supported
- High-level functions for custom analysis protocols
- Seamless integration of new EEG/MEG analysis methods
For more details, visit our official documentation.
Follow these steps to get started:
-
Clone the Repository:
git clone https://github.com/fieldtrip/fieldtrip.git
-
Set Up MATLAB:
- Add the directory to your MATLAB path.
- Run:
ft_defaults
-
Startup File: Add the following to your
startup.m
file:addpath('path/to/fieldtrip'); ft_defaults;
Note: Avoid
addpath(genpath(...))
or the "Add with subdirectories" option to prevent unwanted paths. Theft_defaults
function manages dependencies.
FieldTrip is free software under the GNU General Public License v3. You are welcome to use, modify, and distribute it under the terms of this license. For details, see the COPYING file.
Authors and Contributors:
- Robert Oostenveld
- Jan-Mathijs Schoffelen
- Pascal Fries
- Eric Maris
- Arjen Stolk
- Full list of contributors
Institutions include:
- Donders Institute, Radboud University, Netherlands
- Karolinska Institute, Sweden
- Max Planck Institute for Psycholinguistics, Netherlands
- Wellcome Trust Centre for Neuroimaging, UK
🚀 Contribute: Fork us on GitHub!
📣 Stay Updated: Watch this repository for updates.
❓ Get Help: Submit issues or browse the FAQs.