https://github.com/garethjns/neuralanalysis
Behavioural and neural analysis for Temporal (and later Spatial) tasks
https://github.com/garethjns/neuralanalysis
decision-making electrophysiology matlab multisensory-integration psychophysics
Last synced: 5 months ago
JSON representation
Behavioural and neural analysis for Temporal (and later Spatial) tasks
- Host: GitHub
- URL: https://github.com/garethjns/neuralanalysis
- Owner: garethjns
- Created: 2017-03-17T13:27:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T15:22:12.000Z (about 8 years ago)
- Last Synced: 2025-04-20T19:37:15.360Z (6 months ago)
- Topics: decision-making, electrophysiology, matlab, multisensory-integration, psychophysics
- Language: Matlab
- Size: 181 KB
- Stars: 8
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# NeuralAnalysis
Classes and scripts for analysing temporal (and later spatial) behavioural and neural data.## Work in progress
- ~~Behavioural analysis~~
- ~~Neural preprocessing~~ & verification
- Combining behavioural sessions
- Nerual analysis
- Decision modelling## Requirements
- MATLAB 2016b
- Linspecer
- [ggraph](https://github.com/garethjns/MATLABGraphicsFunctions)
- TDT ActiveX Controls
- [TDT Helper](https://github.com/garethjns/TDTHelper)
- [fitPsyche](https://github.com/garethjns/PsychometricCurveFitting)
- [filtfilthd](https://uk.mathworks.com/matlabcentral/fileexchange/17061-filtfilthd)
- [CleanData.m](http://www.med.upenn.edu/mulab/programs.html)
## Specific classes
- Subject
- Imports subject, sets parameters
- Sessions
- Finds and imports all behavioural sessions for subject
- Sess
- Import behavioural data
- Analyse behavioural data (using BehavAnalysis and ggraph)
- Process and link neural data (using Neural and TDT Helper)
- BehavAnalysis
- Library of behavioural analysis scripts for different levels
- Nerual
- Import and pre-process neural data
- NerualAnalysis
- Library holding neural analysis scripts