window

hanning window function, input 0..64
Author: Johannes Taelman
License: BSD
Github: math/window.axo

IO Variants: 2


Variant: 1

Inlets

frac32.positive phase

Outlets

frac32.positive w(phase)

Control Rate
{
  int32_t r;
  HANNING2TINTERP(inlet_phase << 5, r)
  outlet_win = (r >> 4);
}

Variant: 2

Inlets

frac32buffer phase

Outlets

frac32buffer w(phase)

Audio Rate
{
  int32_t r;
  HANNING2TINTERP(inlet_phase << 5, r)
  outlet_win = (r >> 4);
}

Privacy

© 2024 Zrna Research