-
Notifications
You must be signed in to change notification settings - Fork 0
signal.WindowFunctions.TypeAlias.WindowFunction
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / signal/WindowFunctions / WindowFunction
type WindowFunction = (x) => number;Defined in: signal/WindowFunctions.ts:17
The input argument range of a window function is 0 to 1.
number
number