streaming-fft-0.1.0.0: online streaming fft

Safe HaskellNone
LanguageHaskell2010

Streaming.FFT

Documentation

streamFFT Source #

Arguments

:: (Prim e, PrimMonad m, RealFloat e) 
=> (Transform m e -> m c)

extraction method

-> Bin e

bin size

-> Signal e

signal size

-> Stream (Of e) m b

input stream

-> Stream (Of c) m b

output stream