FastLED 3.9.15
Loading...
Searching...
No Matches
fl::ExponentialSmoother< T > Class Template Reference

Detailed Description

template<typename T = float>
class fl::ExponentialSmoother< T >

Definition at line 186 of file filter.h.

#include <filter.h>

+ Inheritance diagram for fl::ExponentialSmoother< T >:
+ Collaboration diagram for fl::ExponentialSmoother< T >:

Public Member Functions

 ExponentialSmoother (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_INLINEupdate (T input, T dt_seconds)
 
FASTLED_FORCE_INLINEvalue () const
 

Private Attributes

detail::ExponentialSmootherImpl< T > mImpl
 

The documentation for this class was generated from the following file: