thermal: add explicit passive delay to enable step ratio

Due to defalut passive delay of 2 seconds being used for the VT sensor,
previous samples are ignored at 7 seconds intervals. This change sets
explicit passive_delay for VT sensor to make sure we are not ignoring
previous samples and apply step_ratio

Bug: 342257359
Test: Check VIRTUAL-SKIN-MODEL-UPDATED values at run time

Change-Id: I18a9e4913b8153b8d2c3a313451338a9f1b6ca0c
Signed-off-by: Sayanna Chandula <sayanna@google.com>
This commit is contained in:
Sayanna Chandula 2024-05-22 16:20:08 -07:00
parent f4aece5319
commit 019bef5229
3 changed files with 6 additions and 3 deletions

View file

@ -307,7 +307,8 @@
"Coefficient": ["VT_LEGACY_WEIGHT", "VT_MODEL_WEIGHT"],
"CoefficientType": ["SENSOR", "SENSOR"],
"Multiplier": 1,
"StepRatio": 0.4
"StepRatio": 0.4,
"PassiveDelay": 7000
},
{
"Name": "VIRTUAL-SKIN-LSTM-MODEL",

View file

@ -297,7 +297,8 @@
"Coefficient": ["VT_LEGACY_WEIGHT", "VT_MODEL_WEIGHT"],
"CoefficientType": ["SENSOR", "SENSOR"],
"Multiplier": 1,
"StepRatio": 0.4
"StepRatio": 0.4,
"PassiveDelay": 7000
},
{
"Name": "VIRTUAL-SKIN-LSTM-MODEL",

View file

@ -286,7 +286,8 @@
"Coefficient": ["VT_LEGACY_WEIGHT", "VT_MODEL_WEIGHT"],
"CoefficientType": ["SENSOR", "SENSOR"],
"Multiplier": 1,
"StepRatio": 0.4
"StepRatio": 0.4,
"PassiveDelay": 7000
},
{
"Name": "VIRTUAL-SKIN-LSTM-MODEL",