Skip to content

signal.WindowFunctions.Function.getWindowTable

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

dsp-collection / signal/WindowFunctions / getWindowTable

Function: getWindowTable()

function getWindowTable(windowFunction, n): Float64Array;

Returns an array with the window function values for a "pediodic" window (for DFT).

If table caching is enabled for the window function, the generated tables are kept in memory and are re-used.

Parameters

windowFunction

WindowFunction

n

number

Returns

Float64Array

Clone this wiki locally