Description
Burst detection algorithms.
Description
Library implements burst detection algorithms that follows
Zhang, X. (2006). Fast Algorithms for Burst Detection. Thesis. New York University.
README.md
Introduction
This project is a Haskell implementation of the bursts detection algorithm proposed by Zhang [1].
This project concains C and Haskell generic implementations. For much more optimized one that can run on FPGA you can refer to http://parsci.com/
References
[1] Zhang, X. (2006). Fast Algorithms for Burst Detection. Thesis. New York University.