Skip to content

Type Alias: WindowName

ts
type WindowName = "rectangular" | "hann" | "hamming" | "blackman" | "bartlett";

Defined in: stats/signal.ts:11

Window (taper) applied to a frame before an FFT, to suppress spectral leakage.

MIT licensed. WebGL2 required.