Giter Club home page Giter Club logo

hand_sensor_test's Introduction

"Test" repository for simple hand sensor data analysis

Written by Ariel Morrison, University of Colorado/Cooperative Institute for Research in Environmental Sciences, Ariel dot Morrison at colorado dot edu

Description: This code performs a simple continuous decomposition analysis on electrodermal activity data downloaded from an Empatica E4 sensor.

To RUN:

  1. install requirements.txt using pip: Example command: pip install -r requirements.txt

  2. run the script

python formattingSensorData.py $working_dir $FS $delta $min_baseline

Example command: python formattingSensorData.py "/Users/amorrison/Projects/hand_sensor_test/empaticadata" 4 0.25 3 python formattingSensorData.py "/Users/jkay/Documents/jenkay/jek_research/handsensors/hand_sensor_test/empaticadata" 4 0.25 3

User-defined inputs:

  1. Working directory: $working_dir, e.g. "/Users/amorrison/Projects/hand_sensor_test/empaticadata" (put it in quotes)
  2. Sampling frequency per second: $Fs, e.g. 4 (4 default for E4 sensors, integer, units samples per second)
  3. Time interval of recording: $delta, e.g. 0.25 (0.25 default for E4 sensors, float, units samples recorded every 0.25 seconds)
  4. Length of baseline in minutes: $min_baseline, e.g. 3 (integer in minutes)

hand_sensor_test's People

Contributors

ariel-morrison avatar jenkayco avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.