Compute Corrected Cutoff Frequency for Lowpass Filter
Source:R/compute_cutoff_correction_lowpass.R
compute_cutoff_correction_lowpass.Rd
This function computes the corrected cutoff frequency for a lowpass filter using the correction factor by David A. Winter.
Usage
compute_cutoff_correction_lowpass(
filter_passes = 2,
cutoff_frequency = 6,
sampling_frequency = 200
)