Giter Site home page Giter Site logo

averagemedian's Introduction

AverageMedian

組込みマイコン向けの移動平均・移動**値演算クラスライブラリ

特徴

  • C++で記述されたクラスライブラリ (組込み系でもC++がしたい!)
  • malloc, new, STLなどは使わず、メモリは静的に確保する
  • テンプレートにより、float や int などの種々の数値型に対応
  • 計算量とRAM使用量をなるべく減らしたアルゴリズム
  • 処理の単純化のため、最初の計算は少し手抜き

使い方

  • srcフォルダのAverage.hとMedian.hを適当にコピーして使ってください。
  • Arduinoの場合は、このフォルダ(AvrerageMedian)をまるごとlibrariesフォルダの下にコピーしてください。

リファレンス

サンプルコード

  • test/test.cppを見てください。テストデータの移動平均と移動**値を計算して期待値と照合します。
  • Arduinoの場合は、ファイル > スケッチ例 > AverageMedian > AverageMedianTest でサンプルスケッチが開きます。

Thanks

移動**値のアルゴリズムに関しては@lamrongol氏の下記の記事を参考にしました。線形リストを用いた素朴なアルゴリズムに比べてRAM使用量も処理速度も改善しました。

averagemedian's People

Contributors

lipoyang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.