mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
Delta Watts, Torque, Cadence and HR
.. Following on from the recent update to add acceleration this update adds other derived data series based upon the rate of change. .. Added to the ride plot and the CP plot. Not sure of the overall utility of these updates but bear in mind that they are targetting sprinting and track users and analysis. As well as the positive side of this (development of power cadence etc) we also want to think about and collect data on fatigue rate (possibly only power and torque) - fatigue over time - fatigue over pedal stroke
This commit is contained in:
@@ -866,6 +866,22 @@ CriticalPowerWindow::updateCpint(double minutes)
|
||||
units = "metres/s/s";
|
||||
break;
|
||||
|
||||
case RideFile::wattsd:
|
||||
units = "watts/s";
|
||||
break;
|
||||
|
||||
case RideFile::cadd:
|
||||
units = "rpm/s";
|
||||
break;
|
||||
|
||||
case RideFile::hrd:
|
||||
units = "bpm/s";
|
||||
break;
|
||||
|
||||
case RideFile::nmd:
|
||||
units = "nm/s";
|
||||
break;
|
||||
|
||||
case RideFile::kph:
|
||||
units = "kph";
|
||||
break;
|
||||
@@ -965,6 +981,10 @@ void CriticalPowerWindow::addSeries()
|
||||
<< RideFile::vam
|
||||
<< RideFile::aPower
|
||||
<< RideFile::kphd
|
||||
<< RideFile::wattsd
|
||||
<< RideFile::nmd
|
||||
<< RideFile::cadd
|
||||
<< RideFile::hrd
|
||||
<< RideFile::none; // this shows energy (hack)
|
||||
|
||||
foreach (RideFile::SeriesType x, seriesList) {
|
||||
|
||||
Reference in New Issue
Block a user