Searched refs:smoothingConstant (Results 1 – 1 of 1) sorted by relevance
1085 private val smoothingConstant: Float = 0.4f, constant in ThresholdBehavior1109 smoothingConstant = smoothingConstant, in applySmoothing()1136 smoothingConstant: Float, in exponentialSmoothing()1137 ): Float = smoothingConstant * currentVelocity + (1 - smoothingConstant) * prevVelocity in exponentialSmoothing()