Browse Source

Update 'README.md'

lucasdwi 5 years ago
parent
commit
19f331ae91
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -1,2 +1,12 @@
 # 2018_PLOS_Comp_Bio_Data
+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.data = raw voltage values (channel x time)
+    LFPTs.tvec = time stamps (in seconds)
+    LFPTs.label = channel labels
+adfreq = sampling rate (Hz)
+eventTs = event timestamps
+    eventTs.label = event labels
+    eventTs.t = timestamps of corresponding labels in eventTs.label