Filter base class.
More...
#include <ignition/math/Filter.hh>
|
virtual | ~Filter () |
| Destructor. More...
|
|
virtual void | Fc (double _fc, double _fs)=0 |
| Set the cutoff frequency and sample rate. More...
|
|
virtual void | Set (const T &_val) |
| Set the output of the filter. More...
|
|
virtual const T & | Value () const |
| Get the output of the filter. More...
|
|
template<class T>
class ignition::math::Filter< T >
Filter base class.
Get the output of the filter.
- Returns
- Filter's output.
The documentation for this class was generated from the following file: