Hi guys,
I'm a very-new member and hope that I can learn much from people. I have some questions
1.Is there a time limit for Stroke Time?
For example, I made 3 strokes as below
S1: This takes 4 seconds
S2: This takes 10 seconds
S3: This takes 3 seconds
There are 3 approaches
A1: The Total time will 4 + 10 + 3 = 17 seconds. No any strokes skipped
A2: S2 is greater than a limit so that it will be skipped. The Total time will 4 + 3 = 7 seconds
A3: S2 is greater than a limit so that it will be the limit. For example the limit is 5/ The Total time will 4 + 5 + 3 = 12 seconds
Which one is correct? or If there is another option, please tell me
2.For formula to calculate Avg. Split
It is Avg. Split = (500 / Distance) * Time
Time here will be the Total time I have mentioned in the question above, right?
Formula for calculating Average Split (Avg. Min/500M) for rowing machines
-
- Paddler
- Posts: 2
- Joined: March 21st, 2024, 1:04 am
- Citroen
- SpamTeam
- Posts: 8023
- Joined: March 16th, 2006, 3:28 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: Formula for calculating Average Split (Avg. Min/500M) for rowing machines
Stroke rate is a secondary metric. Some cheapo rowing machines use that as the primary (only) measure.
The power you get per stroke is what the PM2, PM2+, PM3, PM4 or PM5 is measuring. It's all measured in watts then the other units are derived from that by the maths that the PM is doing.
https://eodg.atm.ox.ac.uk/user/dudhia/r ... meter.html
The power you get per stroke is what the PM2, PM2+, PM3, PM4 or PM5 is measuring. It's all measured in watts then the other units are derived from that by the maths that the PM is doing.
https://eodg.atm.ox.ac.uk/user/dudhia/r ... meter.html
Re: Formula for calculating Average Split (Avg. Min/500M) for rowing machines
Yes, based on my experiments, when the flywheel has decelerated enough and it is around 6 seconds since the last drive, the PM5 (and most of its predecessors) will consider it a pause. So 10 seconds per stroke is way too long.
In theory, yes. But ErgData and the C2Logbook will nicely calculate it for you, so why bother.dungnguyen wrote: ↑March 25th, 2024, 1:36 am2.For formula to calculate Avg. Split
It is Avg. Split = (500 / Distance) * Time
Re: Formula for calculating Average Split (Avg. Min/500M) for rowing machines
I think you interpret Annu's work the wrong way. The power formula links the linear and rotational systems in a linear erg. But it doesn't state that one should first calculate power and then one can calculate average speed across the stroke.Citroen wrote: ↑March 25th, 2024, 5:47 amIt's all measured in watts then the other units are derived from that by the maths that the PM is doing.
https://eodg.atm.ox.ac.uk/user/dudhia/r ... meter.html
Although I have no insight in the inner workings of a PM5, I do know how we resolved this translation in OpenRowingMonitor, and why we did it. The route to calculate the power and then use that to calculate other dependent metrics tends to be cumbersome and actually not too robust against noise. The main issue is that Power is only defined well at the end of a stroke, making such an approach vulnerable to errors in stroke detection. When you use his formula's to rewrite them to robust math, you get nice simple equations like
where u is the average linear velocity, k the dragfactor, C the magic constant and w the average rotational velocity. As w is an average across the entire stroke for all instantaneous w's, small errors in stroke detections will not affect it much. As these instantaneous w's are also needed for the force curve, they are to be generated anyway. Please note, this also opens the door to instantaneous linear velocity.u = (k/C)^1/3 * w
Re: Formula for calculating Average Split (Avg. Min/500M) for rowing machines
I think it depends upon what you are rowing. On "Just Row" then the monitor will ignore the time from the shut down to the next stroke, but for a distance or time piece / interval then I believe that the clock keeps running for much longer although it may stop recording metres after 6S or so. THat said, rowing below 6SPM is very rare, so unlikely to be a concern.JaapvanE wrote: ↑March 25th, 2024, 6:59 amYes, based on my experiments, when the flywheel has decelerated enough and it is around 6 seconds since the last drive, the PM5 (and most of its predecessors) will consider it a pause. So 10 seconds per stroke is way too long.In theory, yes. But ErgData and the C2Logbook will nicely calculate it for you, so why bother.dungnguyen wrote: ↑March 25th, 2024, 1:36 am2.For formula to calculate Avg. Split
It is Avg. Split = (500 / Distance) * Time
56, lightweight in pace and by gravity. Currently training 3-4 times a week after a break to slowly regain the pitiful fitness I achieved a few years ago. Free Spirit, come join us http://www.freespiritsrowing.com/forum/
-
- Paddler
- Posts: 2
- Joined: March 21st, 2024, 1:04 am
Re: Formula for calculating Average Split (Avg. Min/500M) for rowing machines
Thanks you, it helped me a lotJaapvanE wrote: ↑March 25th, 2024, 6:59 amYes, based on my experiments, when the flywheel has decelerated enough and it is around 6 seconds since the last drive, the PM5 (and most of its predecessors) will consider it a pause. So 10 seconds per stroke is way too long.In theory, yes. But ErgData and the C2Logbook will nicely calculate it for you, so why bother.dungnguyen wrote: ↑March 25th, 2024, 1:36 am2.For formula to calculate Avg. Split
It is Avg. Split = (500 / Distance) * Time