File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,22 @@ The code collects data from the following sensors:
14141 . Pulse-oximeter sensor _ Maxim MAX30102_ (captures oxygen saturation level).
15151 . Keyboard and mouse activity.
1616
17+
18+ The code organized into directories as follows:
19+
20+
21+ * ` FLIROneSDKBundle ` &mdash ; Android app for data collection from infrared camera.
22+ * ` ArduinoCode ` &mdash ; C/C++ libraries for data collection from Arduino board (16 devices recorded simultaneously).
23+ * ` PolarDataCollection ` &mdash ; code for data collection from Polar OH 1 heart rate monitors.
24+ * ` InputLogger ` &mdash ; code for data collection from mouse/keyboard.
25+ * ` EEG ` &mdash ; code for async data collection from EEG headsets with Bluetooth and Emotiv API.
26+ * ` Server ` &mdash ; GUI program for server for data collection.
27+ * ` Analysis ` &mdash ; scripts for analysis of experimental results.
28+ * ` ExperimentalProtocol ` &mdash ; a protocol describing data collection process.
29+ * ` Misc ` &mdash ; auxiliary ad-hoc code.
30+
31+
32+
1733The dataset collected using this code is described in [ this paper] ( https://arxiv.org/abs/2011.00958 ) .
1834If you find the code or the paper interesting, please feel free to cite it as:
1935
You can’t perform that action at this time.
0 commit comments