Streaming Maximum-Minimum Filter Using No More than Three Comparisons per Element
Data Structures and Algorithms
2012-01-16 v5
Abstract
The running maximum-minimum (max-min) filter computes the maxima and minima over running windows of size w. This filter has numerous applications in signal processing and time series analysis. We present an easy-to-implement online algorithm requiring no more than 3 comparisons per element, in the worst case. Comparatively, no algorithm is known to compute the running maximum (or minimum) filter in 1.5 comparisons per element, in the worst case. Our algorithm has reduced latency and memory usage.
Cite
@article{arxiv.cs/0610046,
title = {Streaming Maximum-Minimum Filter Using No More than Three Comparisons per Element},
author = {Daniel Lemire},
journal= {arXiv preprint arXiv:cs/0610046},
year = {2012}
}
Comments
to appear in Nordic Journal of Computing