Skip to content
Snippets Groups Projects
Select Git revision
  • 5cb6b4942d5f18b2b5d93dd7828b3709abd9651a
  • main default protected
2 results

as_activity_recognition

Max Nyberg Carlsson's avatar
Max Nyberg Carlsson authored
5cb6b494
History
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