openrowingmonitor/app/engine
Jaap van Ekris 47e71ea5ef
Drag poising bugfix (#44)
* Bugfix for dragfilter poisoning prevention

Implementation of a more refined version of the dragfactor calculation to prevent the dragfactor being stuck at certain values after pauses, etc.

* Addition of new settings

Implementation of a more refined version of the dragfactor calculation to prevent the dragfactor being stuck at certain values after pauses, etc.

Two changes:
* Made the smoothing function of the dragfactor configurable from the config-file (dampingConstantSmoothing) instead of hardcoded. as it should have been from day one
* Implementation of a new filter to prevent dragfactor poisoning by noisy data, based on another setting (dampingConstantMaxChange). The new filter will not get stuck but will follow the direction of the change but is limited to the setting..
2022-01-10 21:41:21 +01:00
..
averager unifies interface of averagers 2021-11-08 09:00:45 +01:00
MovingFlankDetector.js Code Cleanup and Documentation Update (#30) 2021-12-13 20:01:28 +01:00
RowingEngine.js Drag poising bugfix (#44) 2022-01-10 21:41:21 +01:00
RowingEngine.test.js Improved Rowing Engine (#24) 2021-11-07 14:53:11 +01:00
RowingStatistics.js More refined session state (#33) 2022-01-09 12:09:02 +01:00
Timer.js Adds support for GitHub pages (#27) 2021-11-11 21:11:07 +01:00
WorkoutRecorder.js Improved Rowing Engine (#24) 2021-11-07 14:53:11 +01:00