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:
parent
6f273abbcf
commit
0d5adab585
1 changed files with 1 additions and 0 deletions
|
@ -902,6 +902,7 @@
|
||||||
"HotThreshold": ["NAN", 37.0, "NAN", "NAN", "NAN", "NAN", "NAN"],
|
"HotThreshold": ["NAN", 37.0, "NAN", "NAN", "NAN", "NAN", "NAN"],
|
||||||
"HotHysteresis": [0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0],
|
"HotHysteresis": [0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0],
|
||||||
"Multiplier": 0.001,
|
"Multiplier": 0.001,
|
||||||
|
"StepRatio": 0.4,
|
||||||
"PollingDelay": 300000,
|
"PollingDelay": 300000,
|
||||||
"PassiveDelay": 7000,
|
"PassiveDelay": 7000,
|
||||||
"SendCallback": true
|
"SendCallback": true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue