From 0d5adab5854048fa40a599b5eb2b07b07d766ad4 Mon Sep 17 00:00:00 2001 From: sashwinbalaji Date: Wed, 15 May 2024 17:27:45 +0800 Subject: [PATCH] thermal: Add step_ratio to VSkin-Speaker-Model Add a step ratio of 0.4 to vskin-speaker-model prediction. This will help to: - reduce the noise due to overfitting - avoid sudden jump in temperature Bug: 339522501 Test: Push to device and verify dumpsys and thermal log Change-Id: Ia266e6135efca77e6dfee79b7111c9be1d53b67a --- thermal/thermal_info_config_comet.json | 1 + 1 file changed, 1 insertion(+) diff --git a/thermal/thermal_info_config_comet.json b/thermal/thermal_info_config_comet.json index 290607c..dea136a 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -902,6 +902,7 @@ "HotThreshold": ["NAN", 37.0, "NAN", "NAN", "NAN", "NAN", "NAN"], "HotHysteresis": [0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0], "Multiplier": 0.001, + "StepRatio": 0.4, "PollingDelay": 300000, "PassiveDelay": 7000, "SendCallback": true