Skip to content

Commit

Permalink
Re-uploaded original version 2016.12.18
Browse files Browse the repository at this point in the history
Had to delete all prior files. Re-uploaded this version.
  • Loading branch information
iankleckner committed Feb 11, 2019
1 parent d22900a commit 1a7040d
Show file tree
Hide file tree
Showing 27 changed files with 136,302 additions and 0 deletions.
621 changes: 621 additions & 0 deletions EDAQA-2016.12.18/LICENSE.txt

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions EDAQA-2016.12.18/README.txt
@@ -0,0 +1,47 @@
Electrodermal Activity Automated Quality Assessment Program

---------------------------------------------------------
AUTHORS

Ian Kleckner, PhD
University of Rochester Medical Center (Rochester, NY, USA)
ian.kleckner at gmail.com

With Matthew Goodwin, PhD
Northeastern University (Boston, MA, USA)

---------------------------------------------------------
CHANGELOG

2016/12/18 Start the README file

---------------------------------------------------------
LIST OF FILES

data\8WGY92.csv - Example EDA file from the Q Sensor
data\129TRD.csv - Example EDA file from the Q Sensor

demo_EDAQA_single_input_file - This file is set up to run automated EDA QA on an example file

demo_EDAQA_scan_dirs_for_input_files.m - This file is set up to scan directories looking for data files. Also the output is more sophisticated with an HTML page to view the figures.

README.txt - This file

LICENSE.txt - The GNU GPL3 license, which applies to this software

run_automated_EDAQA.m - This function implements the actual rules for the EDA QA

subdir.m - Supporting function

writePlot.m - Supporting function


---------------------------------------------------------
INSTRUCTIONS

1. Start MATLAB
2. Open demo_EDAQA_scan_dirs_for_input_files.m OR demo_EDAQA_single_input_file.m
3. Edit the file's Input section at the top as desired
4. Run the program
5. View the output (some images and a text data file, see Console for file names)
6. For advanced features/edits, read the code and comments in demo_EDAQA.m and in run_automated_EDAQA.m
38,408 changes: 38,408 additions & 0 deletions EDAQA-2016.12.18/data/129TRD.csv

Large diffs are not rendered by default.

19,209 changes: 19,209 additions & 0 deletions EDAQA-2016.12.18/data/8WGY92.csv

Large diffs are not rendered by default.

0 comments on commit 1a7040d

Please sign in to comment.