View source: R/compute_cutoff_correction_lowpass.R
compute_cutoff_correction_lowpass | R Documentation |
This function computes the corrected cutoff frequency for a lowpass filter using the correction factor by David A. Winter.
compute_cutoff_correction_lowpass(
filter_passes = 2,
cutoff_frequency = 6,
sampling_frequency = 200
)
filter_passes |
Integer. The number of passes of the filter. Default is 2. |
cutoff_frequency |
Numeric. The cutoff frequency in Hz. Default is 6. |
sampling_frequency |
Numeric. The sampling frequency in Hz. Default is 200. |
Numeric. The corrected cutoff frequency in Hz.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.