-
Notifications
You must be signed in to change notification settings - Fork 0
filter.FirFilterWin.Function.createWindowKernel
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / filter/FirFilterWin / createWindowKernel
function createWindowKernel(
f,
width,
symetric?): Float64Array;Defined in: filter/FirFilterWin.ts:20
Creates the FIR filter kernel (moving average kernel) for a given window function.
symetric = true and an odd value for width can be used to avoid displacement of the FIR filter output.
number
boolean = true
Float64Array