Pinned Loading
-
template preprocessing scripts for setting up a new EEG study
Python
-
This is a set of functions meant to help with managing stimuli and data storage for psychology and cognitive neuroscience experiments created with Matlab based experiment presentation programs, suc…
MATLAB 2
-
1
# These are functions to estimate a variety of ERP amptlitude and latency features that interact with mne-python2
3
import numpy as np
4
import pandas as pd
5
from scipy.integrate import trapezoid
-
This is a script that creates a rand... This is a script that creates a randomized list of stimuli (here, faces, scenes, and objects), that are repeated with a lag in a specified range. This is generic and can be modified for more complex constraints.
1
import numpy as np
2
import pandas as pd
3
from random import shuffle
4
from pathlib import Path
5