[chronojump] Fixed speed ablines in 1RMBadillo
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed speed ablines in 1RMBadillo
- Date: Mon, 19 Dec 2016 12:04:15 +0000 (UTC)
commit 0e7d09bfeca5a986f28287154dbc6a59178bac4f
Author: Xavier Padullés <x padulles gmail com>
Date: Mon Dec 19 13:02:50 2016 +0100
Fixed speed ablines in 1RMBadillo
encoder/graph.R | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 9b487ee..e80beef 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -1938,6 +1938,7 @@ paint1RMBadillo2010 <- function (paf, title, outputData1)
loadPercent <- seq(30,100, by=5)
#msp: mean speed propulsive
+ #solve the quadratic ecuation on each %1RM vel = (-b - sqrt(b^2 -4ac))/(2a) with a = 8.4326, b = -
73.501, c = 112.33
msp <- c(1.33, 1.235, 1.145, 1.055, 0.965, 0.88, 0.795,
0.715, 0.635, 0.555, 0.475, 0.405, 0.325, 0.255, 0.185)
#variation <- c(0.08, 0.07, 0.06, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.04, 0.04, 0.04, 0.04, 0.03,
0.04)
@@ -2010,9 +2011,10 @@ paint1RMBadilloSquat <- function (paf, title, outputData1)
loadPercent <- seq(30,100, by=5)
#msp: mean speed propulsive
- msp <- c(1.33, 1.235, 1.145, 1.055, 0.965, 0.88, 0.795,
- 0.715, 0.635, 0.555, 0.475, 0.405, 0.325, 0.255, 0.185)
- #variation <- c(0.08, 0.07, 0.06, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.04, 0.04, 0.04, 0.04, 0.03,
0.04)
+ percent1RM <- percent1RM <- seq(30, 100, 5)
+ #solve the quadratic ecuation on each %1RM vel = (-b - sqrt(b^2 -4ac))/(2a) with a = 8.4326, b = -
73.501, c = 112.33
+ msp <- c(1.4477703, 1.3712719, 1.2943984, 1.2171443, 1.1395039, 1.0614714, 0.9830407, 0.9042056,
0.8249600, 0.7452972, 0.6652106,
+ 0.5846934, 0.5037386, 0.4223390, 0.3404870)
maxy=max(c(msp,curvesSpeed))
miny=min(c(msp,curvesSpeed))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]