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

Detailed Description

template<typename T = float, fl::size N = 5>
class fl::HampelFilter< T, N >

Definition at line 623 of file filter.h.

#include <filter.h>

+ Inheritance diagram for fl::HampelFilter< T, N >:
+ Collaboration diagram for fl::HampelFilter< T, N >:

Public Member Functions

 HampelFilter (fl::size capacity, T threshold)
 
 HampelFilter (T threshold=T(3.0f))
 
FASTLED_FORCE_INLINE fl::size capacity () const
 
FASTLED_FORCE_INLINE void reset ()
 
FASTLED_FORCE_INLINE void resize (fl::size new_capacity)
 
FASTLED_FORCE_INLINE fl::size size () const
 
FASTLED_FORCE_INLINEupdate (fl::span< const T > values)
 
FASTLED_FORCE_INLINEupdate (T input)
 
FASTLED_FORCE_INLINEvalue () const
 

Private Attributes

detail::HampelFilterImpl< T, N > mImpl
 

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