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
This commit is contained in:
sashwinbalaji 2024-05-15 17:27:45 +08:00
parent 6f273abbcf
commit 0d5adab585

View file

@ -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