Smooths out jumps in values (AverageInterpolation)
Summary (oneliner)
Use this op to smoothly interpolate between differences in values.
It has two modes which can be selected with the separate inc/dec
option.
One mode applies the same smooth factor to values which increase or decrease.
The other mode allows separate control over the smooth factor for increasing or decreasing values.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Trigger the op
The value to smooth
Amount of smoothing applied to values that increase from the previous number
Amount of smoothing applied to values that decrease from the previous number
Outputs
Trigger out
The smoothed result
Patches using Smooth
Changelog
created op 2019-07-18 - cables | |
fix bugs with NaN values 2022-01-31 - pandur |