Skip to content
Snippets Groups Projects
Select Git revision
  • 21e409aabddb6231d7aeafb3d8d99673399d7f95
  • master default
  • labcomm2006
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
16 results

twoway

Forked from Anders Blomdell / LabComm
Source project has a limited visibility.
Name Last commit Last update
..
README.md

Activity Recognition

Overall Plan

  • Collect data (sampling frequency 100 Hz)
  • Preprocess data (e.g. split accelerometer and gyro)
  • Use two different methods
    • Power in the time domain (focus on the apmlitude?)
      • Uses accelerometer
      • What threshold amplitudes?
    • Power in the frequency domain (focus on which frequency has spikes)
      • Probably both accelerometer and gyroscope
      • Use sliding window (what windowing function?)
      • How wide window?
      • Which frequency thresholds?
  • Weigh the two guesses together