# NOT RUN {
# Use sample data
df = sample_raw_accel_data
# View input
illustrate_signal(df, plot_maxed_out_line = FALSE)
# Apply filtering
output = bessel(df, sr=80, cutoff_freq=2, order=8)
# View output
illustrate_signal(output, plot_maxed_out_line = FALSE)
# }
Run the code above in your browser using DataLab