Skip to content

signal.WindowFunctions.TypeAlias.WindowFunction

Christian d'Heureuse edited this page Jun 6, 2026 · 2 revisions

dsp-collection / signal/WindowFunctions / WindowFunction

Type Alias: WindowFunction

type WindowFunction = (x) => number;

The input argument range of a window function is 0 to 1.

Parameters

x

number

Returns

number

Clone this wiki locally