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:
parent
f4aece5319
commit
019bef5229
3 changed files with 6 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue