filterreeglite
Filterreeglite is a lightweight, modular software library designed for real-time data filtering and adaptive signal processing. It provides a collection of filter implementations, streaming interfaces, and utilities that enable low-latency processing of numeric data streams in embedded and desktop environments.
Its name blends filter, reg from regulation or regression, and lite to indicate a compact footprint. The
Architecture and features: The library defines core abstractions such as Filter, FilterChain, and AdaptationModule. Supported filter
Platform and usage: Filterreeglite is implemented in C++ with optional Python bindings. It runs on Windows, Linux,
Performance and limitations: The library is designed for low latency, with latency typically in the sub-millisecond
Development and licensing: Filterreeglite is open source under a permissive license. Development occurs on a public
See also: Digital filter, Adaptive filter, Real-time data processing.