Page 1 of 1
Formula for calculating Average Split (Avg. Min/500M) for rowing machines
Posted: March 25th, 2024, 1:36 am
by dungnguyen
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?
Re: Formula for calculating Average Split (Avg. Min/500M) for rowing machines
Posted: March 25th, 2024, 5:47 am
by Citroen
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
Re: Formula for calculating Average Split (Avg. Min/500M) for rowing machines
Posted: March 25th, 2024, 6:59 am
by JaapvanE
dungnguyen wrote: ↑March 25th, 2024, 1:36 am
1.Is there a time limit for Stroke Time?
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.
dungnguyen wrote: ↑March 25th, 2024, 1:36 am
2.For formula to calculate Avg. Split
It is Avg. Split = (500 / Distance) * Time
In theory, yes. But ErgData and the C2Logbook will nicely calculate it for you, so why bother.
Re: Formula for calculating Average Split (Avg. Min/500M) for rowing machines
Posted: March 25th, 2024, 7:17 am
by JaapvanE
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.
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
u = (k/C)^1/3 * w
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.
Re: Formula for calculating Average Split (Avg. Min/500M) for rowing machines
Posted: March 25th, 2024, 9:24 am
by iain
JaapvanE wrote: ↑March 25th, 2024, 6:59 am
dungnguyen wrote: ↑March 25th, 2024, 1:36 am
1.Is there a time limit for Stroke Time?
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.
dungnguyen wrote: ↑March 25th, 2024, 1:36 am
2.For formula to calculate Avg. Split
It is Avg. Split = (500 / Distance) * Time
In theory, yes. But ErgData and the C2Logbook will nicely calculate it for you, so why bother.
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.
Re: Formula for calculating Average Split (Avg. Min/500M) for rowing machines
Posted: March 26th, 2024, 6:50 am
by dungnguyen
JaapvanE wrote: ↑March 25th, 2024, 6:59 am
dungnguyen wrote: ↑March 25th, 2024, 1:36 am
1.Is there a time limit for Stroke Time?
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.
dungnguyen wrote: ↑March 25th, 2024, 1:36 am
2.For formula to calculate Avg. Split
It is Avg. Split = (500 / Distance) * Time
In theory, yes. But ErgData and the C2Logbook will nicely calculate it for you, so why bother.
Thanks you, it helped me a lot