FastLED 3.9.15
Loading...
Searching...
No Matches
fl::CascadedEMA< T, Stages > Class Template Reference

Detailed Description

template<typename T = float, int Stages = 2>
class fl::CascadedEMA< T, Stages >

Definition at line 290 of file filter.h.

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

Private Attributes

detail::CascadedEMAImpl< T, Stages > mImpl
 

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