One-pole vector3 filter. More...
#include <math/gzmath.hh>

Public Member Functions | |
| OnePoleVector3 () | |
| Constructor. More... | |
| OnePoleVector3 (double _fc, double _fs) | |
| Constructor. More... | |
Public Member Functions inherited from gazebo::math::OnePole< math::Vector3 > | |
| OnePole () | |
| Constructor. More... | |
| OnePole (double _fc, double _fs) | |
| Constructor. More... | |
| const math::Vector3 & | Process (const math::Vector3 &_x) |
| Update the filter's output. More... | |
| virtual void | SetFc (double _fc, double _fs) |
| Set the cutoff frequency and sample rate. More... | |
Public Member Functions inherited from gazebo::math::Filter< math::Vector3 > | |
| virtual | ~Filter () |
| Destructor. More... | |
| virtual const math::Vector3 & | GetValue () |
| Get the output of the filter. More... | |
| virtual void | SetValue (const math::Vector3 &_val) |
| Set the output of the filter. More... | |
Additional Inherited Members | |
Protected Attributes inherited from gazebo::math::OnePole< math::Vector3 > | |
| double | a0 |
| Input gain control. More... | |
| double | b1 |
| Gain of the feedback. More... | |
Protected Attributes inherited from gazebo::math::Filter< math::Vector3 > | |
| math::Vector3 | y0 |
| Output. More... | |
One-pole vector3 filter.
|
inline |
Constructor.
|
inline |
Constructor.
| [in] | _fc | Cutoff frequency. |
| [in] | _fs | Sample rate. |