-
Notifications
You must be signed in to change notification settings - Fork 0
filter.FirFilterWin.Function.applyFirKernel
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / filter/FirFilterWin / applyFirKernel
function applyFirKernel(signal, kernel): Float64Array;Defined in: filter/FirFilterWin.ts:101
Applies an FIR filter kernel to an array. Returns the convolution of a signal and a filter kernel.
ArrayLike<number>
Float64Array
Float64Array