Searched refs:posDecay (Results 1 – 1 of 1) sorted by relevance
23 class SpotFilter(internal var mBufSize: Int, posDecay: Float, pressureDecay: Float, internal var mP…28 val posDecay: Float constant36 this.posDecay = if (posDecay in 0f..1f) posDecay else 1f in plot()60 wi *= posDecay // exponential backoff in filterInto()