I am planning to create some data fields that need NP as input. Is there a way to do this natively or should I implement a calculation myself? I am using an edge520 and am worried it might crash because of its slow processor.
Thanks!
I am planning to create some data fields that need NP as input. Is there a way to do this natively or should I implement a calculation myself? I am using an edge520 and am worried it might crash because of its slow processor.
Thanks!
I'm using a Edge 530 and it's capable of handling it. I have a separate class in which I log the current power level each second. The value is raised to the power of 4 and added to a sum variable. A counter is also increased for each value. When I read the value, I use the "sum of values to the power of 4" and the count variable to count the average. That value is sqrt:ed twice on the way out...
Hi,
Could you share the code? I am very interesting. Thanks in advance,
Please, could you share your code to calculate Normalized Power? Thanks in advance,
There's some pseudo-code and formulas here.
Thread:
forums.garmin.com/.../normalized-power-fomula-by-garmin
Direct link to pseudocode:
forums.garmin.com/.../1085963