AlexandreHiroyuki / DataTome

Data analysis and filtering using time series for embedded devices (IoT). All in a single C++ library, Data Tome. Focus on the developer's experience and performance. It is the successor to the MovingAveragePlus library.
https://alexandrehiroyuki.github.io/DataTomeDocs/
MIT License
6 stars 0 forks source link

Add example code of the DataTomeAnalysis class #16

Open AlexandreHiroyuki opened 1 month ago

AlexandreHiroyuki commented 1 month ago

Add example files to the /examples directory with code using DataTomeAnalysis class.

Showcase all DataTomeAnalysis methods.

You can check the other example codes to have more context about how the lib works.