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


craddm/eegUtils documentation built on March 1, 2025, 3:23 p.m.