Skip to content

windstear/filtering-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filtering-cpp

Maintainer: Gedaliah Knizhnik - gedaliah.knizhnik@gmail.com


A header-only CPP filtering library for incoming data streams. Currently the following filters are supported:

  1. Exponential filter.
  2. Moving average filter.
  3. Low Pass filter.
  4. High Pass filter.

Multi-stream filtering is supported via the multistream.hpp header, and supports all of the above filters.

Future plans involve conan-izing this library for installation and inclusion, but for the time being simply include filter.hpp and multistream.hpp.

About

A CPP smoothing library for incoming data streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 85.9%
  • CMake 14.1%