-
Notifications
You must be signed in to change notification settings - Fork 0
signal.WindowFunctions.Function.getWindowTable
Christian d'Heureuse edited this page Jun 6, 2026
·
2 revisions
dsp-collection / signal/WindowFunctions / 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.
number
Float64Array