Counts adjacent sign changes in diff(x) whose absolute slope
difference exceeds threshold. Used as a fatigue/load proxy in
sEMG analysis.
Examples
morie_dsp_turns_count(c(1, 2))
#> [1] 0
Counts adjacent sign changes in diff(x) whose absolute slope
difference exceeds threshold. Used as a fatigue/load proxy in
sEMG analysis.
morie_dsp_turns_count(c(1, 2))
#> [1] 0