MedianFilter

Heap-free sliding-window median filter for embedded C/C++.

Author
Alexandru Bogdan
Website
https://github.com/accabog/MedianFilter
Category
Signal Input/Output
License
MIT
Library Type
Contributed
Architectures
Any

Removes spike and impulse noise from analog signals with no dynamic memory allocation. Implements a bidirectional search from the median pointer for O(n/2) average insertion. Works with the C API (MedianFilter.h/.c) or the header-only C++ template (MedianFilter.hpp). No heap, no dependencies, suitable for bare-metal and RTOS targets.

Downloads

Filename Release Date File Size
MedianFilter-1.0.0.zip 2026-03-05 45.63 KiB