jerk: Norm of the jerk vector

View source: R/util.R

jerkR Documentation

Norm of the jerk vector

Description

Uses Savitzky-Golay filtering to de-noise before differentiating acceleration

Usage

jerk(A, fs, p = 3, n = 11)

Arguments

A

Tri-axial acceleration (n x 3 matrix)

fs

Sampling rate (Hz)

p

Order of Savitzky-Golay filter (3 by default)

n

Window size of Savitzky-Golay filter (11 by default)

Value

Norm of the jerk vector of A


FlukeAndFeather/cetaceanbcg documentation built on July 7, 2022, 12:36 p.m.