Skip to content
/ c_har Public

Code accompanying the paper "C-HAR: Compressive Measurement-Based Human Activity Recognition"

License

Notifications You must be signed in to change notification settings

bdawton/c_har

Repository files navigation

README

C-HAR

Features

Instructions

  • Main implementation is in "main_c_har.py".
  • Baseline approach is in "baseline_approach.py".
  • Iterative search for optimal prs sequence for each axis is in "iterative_prs_axis.py".
  • For the MCU implementation in "mcu_c_har.py", the generated files "lab_Gx.txt" and "c_mea_Gx.txt" need to be loaded onto the microcontroller (via SD card for example), and the corresponding "classifier_to_test_Gx.h" needs to be loaded onto the MCU, along with the rest of the .h and .ino files (or .c files depending on MCU/board). You also need the "eml_trees.h" file from the "modified_emlearn" folder.

License

  • BSD 3-Clause "New" or "Revised" License

About

Code accompanying the paper "C-HAR: Compressive Measurement-Based Human Activity Recognition"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors