filt_kernel | R Documentation |
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.
filt_kernel(filt_order, cut_off, w)
filt_order |
Length of the filter in samples |
cut_off |
Cutoff frequency (normalized as a fraction of sampling rate) |
w |
Window |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.