basictenfeaturesextractor
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
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.9%) to scientific vocabulary
Keywords
Repository
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
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Topics
Metadata Files
README.md
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.
bibtex
@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
Owner
- Name: Athar Noor Mohammad Rafee
- Login: Inmoresentum
- Kind: user
- Location: Bangladesh
- Repositories: 1
- Profile: https://github.com/Inmoresentum
Currently Studying CSE(Computer Science and Engineering) in Brac University.
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: BasicTenFeaturesExtractor
message: >-
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.
type: software
authors:
- email: noor.mohammad.rafee@g.bracu.ac.bd
affiliation: BRAC University
orcid: 'https://orcid.org/0009-0002-3608-6478'
given-names: Athar Noor Mohammad Rafee
repository-code: 'https://github.com/Inmoresentum/BasicTenFeaturesExtractor'
abstract: >-
A simple PlatformIO Arduino library to extract ten
features per x, y, and z axis of the collected
accelerometer or similar sensor data (one segment at a
time). The features extracted by the library are: sum,
median, mean, length, standard deviation, variance,
root-mean-square, maximum, absolute maximum, and minimum.
keywords:
- feature extractor
- arduino feature extractor
- esp32 basic feature extractor
- time domain
- sliding window
license: GPL-3.0
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v3 composite
- actions/setup-python v4 composite