Skip to content

A simple PlatformIO library for extracting basic ten features per axis from a window or segment of 3 axis accelerometer or similar sensor data for ESP32 or similar boards

License

Notifications You must be signed in to change notification settings

Inmoresentum/BasicTenFeaturesExtractor

Repository files navigation

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

About

A simple PlatformIO library for extracting basic ten features per axis from a window or segment of 3 axis accelerometer or similar sensor data for ESP32 or similar boards

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages