package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.

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