App, peak detection bugfix

This commit is contained in:
Martin Bauer
2020-06-04 18:46:15 +02:00
parent 3cefa3fdbf
commit 0b0c3f8e36
9 changed files with 5299 additions and 2539 deletions

View File

@@ -5,12 +5,12 @@ import { CHANGE_THEME, CHANGE_USER_NAME, NEW_DEVICE_DATA, START_SESSION, STOP_SE
const INITIAL_SETTINGS = {
theme: "hot",
username: "",
deviceURL: "http://192.168.178.105",
deviceURL: "http://192.168.178.110",
peaksPerLap: 30,
// advanced
peakDetector: 'SIMPLE', // either 'SIMPLE' or 'ZSCORE'
peakDetectorSimpleThreshold: 2000,
peakDetectorSimpleThreshold: 4000,
peakDetectorZScoreLag: 8, // peak detector z-score values
peakDetectorZScoreThreshold: 2,