Skip to content

filter.FirFilterWin.Function.applyFirKernel

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

dsp-collection / filter/FirFilterWin / applyFirKernel

Function: 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.

Parameters

signal

ArrayLike<number>

kernel

Float64Array

Returns

Float64Array

Clone this wiki locally