|
FastLED 3.9.15
|
#include <filter.h>
Collaboration diagram for fl::CascadedEMA< T, Stages >:Public Member Functions | |
| CascadedEMA (T tau_seconds, T initial=T(0)) | |
| FASTLED_FORCE_INLINE void | reset (T initial=T(0)) |
| FASTLED_FORCE_INLINE void | setTau (T tau_seconds) |
| FASTLED_FORCE_INLINE T | update (T input, T dt_seconds) |
| FASTLED_FORCE_INLINE T | value () const |
Private Attributes | |
| detail::CascadedEMAImpl< T, Stages > | mImpl |