Streaming Maximum-Minimum Filter Using No More than Three Comparisons per Element
数据结构与算法
2012-01-16 v5
摘要
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.
引用
@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}
}
备注
to appear in Nordic Journal of Computing