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

as_activity_recognition

  • Clone with SSH
  • Clone with HTTPS
  • David Ohlin's avatar
    David Ohlin authored
    db9dbb48
    History

    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