filter_signal | R Documentation |
Filter a signal
filter_signal(
signal,
filter = "sgolay",
order = 2,
window_length = NULL,
cutoff_freq = NULL,
sampling_freq = NULL,
type = "low",
apply = 1
)
signal |
Signal to filter. |
filter |
Type of filter (default is |
order |
Order of the filter. |
window_length |
Window length of the Savitzky-Golay filter. |
cutoff_freq |
Cut-off frequency of the Butterworth filter. |
sampling_freq |
Sampling frequency of the signal. |
type |
Butterworth band type (default is |
apply |
Apply the filter N times (default is |
The filtered signal.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.