====== EEG Analysis ====== ====== EEG Code ====== Here is a Matlab repository that can read EEG files from TOny's lab and convert them into Matlab usable format, from Reza Moein Taghavi: [[https://github.com/rmoein/Matlab_-OrientTuning2Freq|Reza github]] These were modified and expandedon by Daniel Yi: [[https://github.com/djsyi/OrientationTuning2Freq_Updated|Daniel github]] ====== RCA ====== - Download this [[http://gru.stanford.edu/pub/RCA_tutorial.tar.gz|tutorial]] - Setup matlab path cd to/tutorial/directory addpath(genpath(fullfile('.','code'))); - Run_RSA_Analysis To run on your own data, remove the files from export and put your exported files into the export directory. You will also need to change some paremeters in the script which tell it information about the data and what frequency components to do the analysis on.