Add example profiles and noisy sample GPX

Four profiles exercising each waveform and channel; all verified to parse
against the Profile schema. Sample GPX has realistic GPS elevation noise so
the smoothing path (FR-5.2) is actually tested.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-05 13:13:30 +02:00
co-authored by Claude Opus 5
parent eb216dd9e6
commit 3e106de2c5
5 changed files with 317 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
name: Square-wave resistance intervals
description: >-
Raw resistance-channel intervals, bypassing the physics model entirely.
Thirty seconds hard, thirty seconds easy, twenty times. Useful for
characterising the trainer's resistance curve by feel.
looping: false
blocks:
- type: constant
channel: resistance
value: 20.0
extent:
seconds: 300.0
- type: wave
channel: resistance
shape: square
midpoint: 45.0
amplitude: 25.0
period:
seconds: 60.0
repeats: 20.0
- type: constant
channel: resistance
value: 15.0
extent:
seconds: 300.0