filt_kernel: Create windowed-sinc filter kernel

View source: R/filtering.R

filt_kernelR Documentation

Create windowed-sinc filter kernel

Description

Supplied with the length of the filter in samples, the cutoff frequency, and the windowing function, returns a windowed-sinc filter kernel for use in FIR filtering.

Usage

filt_kernel(filt_order, cut_off, w)

Arguments

filt_order

Length of the filter in samples

cut_off

Cutoff frequency (normalized as a fraction of sampling rate)

w

Window


neuroconductor/eegUtils documentation built on Feb. 3, 2023, 5:33 p.m.