Speed clearning

Firstly we clear the speeds of any unreal ones

obj <- remove_unreal_speeds(obj, type = "std", cutoff = 3, total_recalculate = TRUE)
plot_speed(obj) + xlim(100,150)

And then we smooth it

obj <- smooth_speed(obj, type = "median", points = 11)
plot_speed(obj) + xlim(100, 150)