mm.audio
FFT.Window
Windowing functions. Thses can be used to on complex buffers in order to improve the quality of the FFT, see http://en.wikipedia.org/wiki/Windowing_functions.
mm
mm.base
mm.image
mm.midi
mm.oss
mm.video
val cosine : Complex.t array -> unit
val hann : Complex.t array -> unit
val hamming : Complex.t array -> unit
val lanczos : Complex.t array -> unit
val triangular : Complex.t array -> unit
val bartlett_hann : Complex.t array -> unit
val blackman : ?alpha:float -> Complex.t array -> unit
val nuttall : Complex.t array -> unit
val blackman_harris : Complex.t array -> unit
val blackman_nuttall : Complex.t array -> unit