GitHub

Pinned Loading

  1. ROC Toolbox for Matlab

    MATLAB 16 10

  2. template preprocessing scripts for setting up a new EEG study

    Python

  3. 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

  4. 1

    # These are functions to estimate a variety of ERP amptlitude and latency features that interact with mne-python

    2

    
                  

    3

    import numpy as np

    4

    import pandas as pd

    5

    from scipy.integrate import trapezoid
  5. 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

    
                  

Read the original on github.com ↗