Compute Corrected Cutoff Frequency for Highpass Filter
Source:R/compute_cutoff_correction_highpass.R
compute_cutoff_correction_highpass.Rd
This function computes the corrected cutoff frequency for a highpass filter using the correction factor by David A. Winter and Robertson's high-pass modification.
Usage
compute_cutoff_correction_highpass(
filter_passes = 2,
cutoff_frequency = 20,
sampling_frequency = 200
)