Giter Site home page Giter Site logo

neurolab's Introduction

Norris Social Neuroscience Lab: Summer 2016

This repo contains code that I have written for my neuroscience research with Catherine Norris.

erdw1_FilterDsmp.m:

This program filters and downsamples several .RAW files.

  • Change the numbers in excluded to include any subjects that do not have .RAW files, or that you intend to drop.
  • Change the for loop in line 12 to start at your first subject and end at your last subject.
    • Note that MATLAB vectors start at 1, and for loops end on the last number provided.
  • Modify the pathways/filenames in lines 17, 21, 24, 27, 29, and 30 as you see fit.

erdw1_BadChanRep.m:

This program asks for a subject number, number of bad channels, and each bad channel individually.

  • Modify the pathways/filenames in lines 23, 24, and 25 as you see fit.

erdw1_ICA.m:

This program performs ICA on several datasets.

  • Change the numbers in excluded the match the excluded list you created in erdw1_FilterDsmp.m.
  • Modify the pathways/filenames in lines 14, 17, 20, and 21 as you see fit.

erdw1_RemoveEvents.m:

This program removes any of the events in the data that are not relevant to your data analysis. This is optional.

  • Modify the strings in line 14 as you see fit. If you want to add more events that will be removed, add additional "| strcmp(event_name, check)"s. If you do not want as many, delete these.

erdw1_Averaging.m:

This program takes an epoched dataset and divides it into smaller files sorted by category. This code is very specific to erdw1, but can be extensively modified to fit other studies.

erdw1_NegDWs, NegOLs, NegOWs, etc.m:

These programs convert epoched, sorted datasets into ERPLAB sets that can be used for statistical extraction later. This code is very specific to erdw1, but can be extensively modified to fit other studies.

erdw1_PointData.m:

This program converts sorted ERPLAB sets into text files containing the time and value for each channel for each epoch. This code is very specific to erdw1, but can be extensively modified to fit other studies.

neurolab's People

Contributors

emilyw26 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.