Filter base class.
More...
#include <math/gzmath.hh>
Inherited by BiQuad< T >, and OnePole< T >.
template<class T>
class gazebo::math::Filter< T >
Filter base class.
- Deprecated:
- See ignition::math::Filter
◆ ~Filter()
◆ GetValue()
virtual const T& GetValue |
( |
| ) |
|
|
inlinevirtual |
Get the output of the filter.
- Returns
- Filter's output.
◆ SetFc()
virtual void SetFc |
( |
double |
_fc, |
|
|
double |
_fs |
|
) |
| |
|
pure virtual |
◆ SetValue()
virtual void SetValue |
( |
const T & |
_val | ) |
|
|
inlinevirtual |
◆ y0
The documentation for this class was generated from the following file: