Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 2.07 KB

README.md

File metadata and controls

60 lines (51 loc) · 2.07 KB

BasicTenFeaturesExtractor

A simple PlatformIO Arduino library to extract ten features per x, y, and z axis of the collected segment of accelerometer or similar sensor data.

The features this library extracts are:

  • sum,
  • median,
  • mean
  • length,
  • standard deviation,
  • variance,
  • root-mean-square,
  • maximum,
  • absolute maximum, and
  • minimum.

Note

For examples on how to use the library, please check out examples folders.

Citation

Important

If you are using this library for your scholarly works then please cite accordingly.

@software{Athar_Noor_Mohammad_Rafee_BasicTenFeatureExtractor,
    author = {Athar Noor Mohammad Rafee},
    license = {GPL-3.0},
    title = {{BasicTenFeaturesExtractor}},
    url = {https://github.com/Inmoresentum/BasicTenFeaturesExtractor}
}

 

Copyright © 2024-present Inmoresentum and Contributors