[chronojump] neuromuscular "cl f avg" N -> N/Kg



commit 9448ce7df303bd3bb2de33346fb274138252ac40
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Sep 29 14:28:41 2014 +0200

    neuromuscular "cl f avg" N -> N/Kg

 encoder/neuromuscularProfile.R |    2 +-
 src/gui/encoderTreeviews.cs    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/encoder/neuromuscularProfile.R b/encoder/neuromuscularProfile.R
index 9e2ab4e..de95e68 100644
--- a/encoder/neuromuscularProfile.R
+++ b/encoder/neuromuscularProfile.R
@@ -133,7 +133,7 @@ neuromuscularProfileJump <- function(l.context, e1, c, mass, smoothingC)
        #cl.i = average force on cl * cl.t (s) / mass (Kg) #impulse #bars DRIVE
        cl.i <- mean(cl.force) * (cl.t / 1000) / mass
 
-       #cl.f.avg = average force on cl / mass (Kg)
+       #cl.f.avg = average force on cl / mass (N/Kg)
        cl.f.avg <- mean(cl.force) / mass
 
        #cl.vf (vF -> valley Force)
diff --git a/src/gui/encoderTreeviews.cs b/src/gui/encoderTreeviews.cs
index 18db892..d876dcf 100644
--- a/src/gui/encoderTreeviews.cs
+++ b/src/gui/encoderTreeviews.cs
@@ -601,7 +601,7 @@ public partial class ChronoJumpWindow
                "cl t" + "\n (ms)",
                "cl rfd avg" + "\n (N/s/Kg)",
                "cl i" + "\n (N*s/Kg)",
-               "cl f avg" + "\n (N)",
+               "cl f avg" + "\n (N/Kg)",
                "cl vf" + "\n (N)",
                "cl f max" + "\n (N)",
                "cl s avg" + "\n (m/s)",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]