What I do right now is look at EF for each interval, and I can do that straight off my reports page on Training Peaks. I can also look at things like EF for the last minute of the intervals and see when they really blow up. But those trends are good to watch for overall fatigue. In my experience with these blocks myself and coaching these blocks, the athletes subjectively know when they’re toast before they can’t physically squeeze out more quality intervals anyway, so it comes out in their training comments, or in strava comments.
One of my athletes commented before his last VO2max workout on Strava, saying, “When I started the block I was motivated and wanted to smash all of it. Now, I’m kinda over it.”
It does not find “all” the 5-min intervals, and I don’t know how to do that. By “all” I mean there is nothing in the WKO expression reference that allows searching a workout’s interval list, or finding all non-overlapping 5-min MMP power bests.
It’s probably not worth the time to do it considering how easy it is to do on TrainingPeaks or even with WKO itself using highlight functions anyway. It takes me about 30 seconds to review a set of VO2max intervals and see if the athlete is progressing or hitting the wall.
Lots of WKO5 threads knocking around. Which one shall we use for chart building discussions…this as good as any?
Anyway, I’m trying to build an expression that will allow me to show the % difference in 2 numbers.
My use case is I am looking at my peaks across various PDC durations during my base phase and I want to see what % difference they are to my all time best. My thinking on this is to assess if I am doing enough “intensity management” in my base phase to make sure I don’t drop off too much in this period from last season and can build back up stronger this season.
I have managed to copy a chart and understand the logic (and get values) for the peak power and all time best power for a duration but would now like to express the % difference as a annotation plot on a graph. Thoughts please?
you can copy the chart and change meanmax(power, 5) to meanmax(power, 60) for 1-min, and meanmax(power, 1200) for 20-min, etc. etc. You must make those changes to all uses of meanmax(power, DURATION) for the new chart.
Another option that could be easily modified with different time ranges, but one I like. Kinda similar to TR’s season charts, and you can look at this year vs. Last year vs. last 400 days. If you wanted to make it “all time” you could just enter that argument for the 400day plot, etc… and view current vs. All time PDC. This is data from someone who hasn’t done much testing recently, hence the 28 day plot is low across the board.
I would agree with STP and i recently said that WKO5 is the best value for money. You buy a program once and there isn’t any subscription.
The iLevel power zones are very helpful and you do have to keep “feeding the model” (WKO5 have youtube videos) and this only helps your training.
The one thing I wish you could do with WKO is have the data in the cloud so that I can utilize on laptop or PC depending on location. Its the one thing that has me keeping my TP subscription, is the fact that remotely I cannot do workout/race analysis.
hmm, even 15 years ago the computers in the lab were sleeping until I launched a remote screen sharing session and started working. Has technology regressed?
I’ve been running my own IPSec VPN tunnel for over 20 years, and Mac based. It all just works but I’m not a typical user. I’ve also remotely managed a Mac lab and it all just worked - technology stack supported by Apple included wake-on-LAN packets and use of remoteComputerName.local which resolved via Bonjour/Rendesvouz with all computers using DHCP. No static IPs, no special magic, just connect via remoteComputerName.local and sleeping computer wakes up, and I remote desktop into it over a VPN tunnel.
My dad used to use a commercial app to remotely access his Mac server.
I thought you either pay a little money and make the problems go away with a commercial solution, or you roll your own for free.