|
Robotics Library
0.7.0
|
Low-pass filter. More...
#include <LowPass.h>
Public Member Functions | |
| LowPass (const ::rl::math::Real &alpha, const ::rl::math::Real &dt, const ::rl::math::Real &rc, const T &y=T()) | |
| virtual | ~LowPass () |
| T | operator() (const T &x) |
Static Public Member Functions | |
| static LowPass< T > | Frequency (const ::rl::math::Real &frequency, const ::rl::math::Real &dt, const T &y=T()) |
Private Attributes | |
| ::rl::math::Real | alpha |
| ::rl::math::Real | dt |
| ::rl::math::Real | rc |
| T | y |
Low-pass filter.
|
inline |
|
inlinevirtual |
|
inlinestatic |
|
inline |
|
private |
|
private |
|
private |
|
private |