bad unconcious defined
This commit is contained in:
parent
a1d434f759
commit
4db95d2c1d
|
@ -615,10 +615,11 @@ void STS_YunhornCheckStandardDeviation(void)
|
||||||
(int)(sts_fall_detection_depth_threshold), (int)(sts_fall_rising_pattern_factor2));
|
(int)(sts_fall_detection_depth_threshold), (int)(sts_fall_rising_pattern_factor2));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0 //TODO YUNHORN XXX
|
||||||
if (standard_variance_presence_score <= DEFAULT_UNCONCIOUS_THRESHOLD) {
|
if (standard_variance_presence_score <= DEFAULT_UNCONCIOUS_THRESHOLD) {
|
||||||
sts_fall_rising_detected_result = STS_PRESENCE_UNCONCIOUS;
|
sts_fall_rising_detected_result = STS_PRESENCE_UNCONCIOUS;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if ( sts_fall_rising_pattern_factor1 > (uint16_t)sts_fall_detection_acc_threshold)
|
if ( sts_fall_rising_pattern_factor1 > (uint16_t)sts_fall_detection_acc_threshold)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue