Skip to content

signal.WindowFunctions.Function.applyWindow

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

dsp-collection / signal/WindowFunctions / applyWindow

Function: applyWindow()

function applyWindow(a, windowFunction): Float64Array;

Defined in: signal/WindowFunctions.ts:140

Applies a window function to an array as a "pediodic" window (for DFT).

Parameters

a

ArrayLike<number>

windowFunction

WindowFunction

Returns

Float64Array

Clone this wiki locally