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.
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