Heap-free sliding-window median filter for embedded C/C++.
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.
| Filename | Release Date | File Size |
|---|---|---|
| MedianFilter-1.0.0.zip | 2026-03-05 | 45.63 KiB |