You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**The smoothing feature is greatly improved thanks to
27
-
the [Exponential Moving Average (EMA)](https://github.com/sblantipodi/firefly_luciferin/wiki/Smoothing-color-transitions#what-is-exponential-moving-average-ema).
28
-
** EMA is a smoothing technique that gradually adjusts values over time, giving more weight to recent data while still
26
+
-**The smoothing feature is greatly improved thanks to the [Exponential Moving Average (EMA)](https://github.com/sblantipodi/firefly_luciferin/wiki/Smoothing-color-transitions#what-is-exponential-moving-average-ema).**
27
+
EMA is a smoothing technique that gradually adjusts values over time, giving more weight to recent data while still
29
28
considering past values.
30
29
Unlike a simple average, EMA reacts faster to changes while still keeping transitions smooth.
0 commit comments