streaming-fft

online streaming fft

https://github.com/chessai/streaming-fft

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by chessai
Maintained by [email protected]

online (in input and output) streaming fft algorithm that uses a dense-stream optimisation to reduce work from O(n log n) to O(n).