Browse Source

Update 'README.md'

lucasdwi 5 years ago
parent
commit
3508c3d0bd
1 changed files with 5 additions and 3 deletions
  1. 5 3
      README.md

+ 5 - 3
README.md

@@ -2,11 +2,13 @@
 This repository holds all of the raw .mat files used for analysis in "Finding the balance between model complexity and performance: Using ventral striatal oscillaitons to classify feeding behavior" (https://doi.org/10.1101/241919).
 
 Each file has the same strucutre with the following variables containing important information:
-LFPTs = local field potentials (data structure)
+    LFPTs = local field potentials (data structure)
     LFPTs.data = raw voltage values (channel x time)
     LFPTs.tvec = time stamps (in seconds)
     LFPTs.label = channel labels
-adfreq = sampling rate (Hz)
-eventTs = event timestamps
+    adfreq = sampling rate (Hz)
+    eventTs = event timestamps
     eventTs.label = event labels
     eventTs.t = timestamps of corresponding labels in eventTs.label
+
+The code used to run analysis can be found at https://github.com/lucasdwi/code especially in the sp_package (https://github.com/lucasdwi/code/tree/master/sp_package) which contains all signal processing code.