#[no_mangle]
pub extern "C" fn apply_window32(
    vector: Box<VecBuf>,
    window: i32
) -> VectorInteropResult<VecBuf>
Expand description

window argument is translated to:

  1. 0 to TriangularWindow
  2. 1 to HammingWindow
  3. 2 to BlackmanHarrisWindow
  4. 3 to RectangularWindow
  5. Undefined window argument will fall through to RectangularWindow