Stage cycling algorithm

Does any one know what it is or when I can find it, I have the below from srm
p=([measured frequency-zero offset frequency] x cadence 2π)/(slope x 60)
does it just include 2* at the start taking into account the fact it measure's left leg output and doubles it.
In addition, does anyone know where I can find the algorithm for Normalized power?
Any help would be much appreciated.
Alex
p=([measured frequency-zero offset frequency] x cadence 2π)/(slope x 60)
does it just include 2* at the start taking into account the fact it measure's left leg output and doubles it.
In addition, does anyone know where I can find the algorithm for Normalized power?
Any help would be much appreciated.
Alex
I do science, sometimes.
0
Posts
if p is power at one second intervals and rmp30 is a 30-second running mean of p then NP is just mean(rmp30^4)^1/4 (i.e., it is the Euclidean L4 norm of rmp, whence the name "normalized").