Filter< T > Class Template Referenceabstract
#include <gz/math/Filter.hh>
Public Member Functions | |
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... | |
Protected Attributes | |
T | y0 {} |
Output. More... | |
Detailed Description
template<class T>
class gz::math::Filter< T >
Filter base class.
Constructor & Destructor Documentation
◆ ~Filter()
|
inlinevirtual |
Destructor.
Member Function Documentation
◆ Fc()
|
pure virtual |
Set the cutoff frequency and sample rate.
- Parameters
-
[in] _fc Cutoff frequency. [in] _fs Sample rate.
Implemented in BiQuad< T >, BiQuad< math::Vector3d >, OnePole< T >, OnePole< math::Vector3d >, and OnePole< math::Quaterniond >.
◆ Set()
|
inlinevirtual |
Set the output of the filter.
- Parameters
-
[in] _val New value.
Reimplemented in BiQuad< T >.
References Filter< T >::y0.
Referenced by OnePoleQuaternion::OnePoleQuaternion(), and OnePoleVector3::OnePoleVector3().
◆ Value()
|
inlinevirtual |
Member Data Documentation
◆ y0
|
protected |
Output.
Referenced by OnePoleQuaternion::Process(), OnePole< T >::Process(), BiQuad< T >::Process(), Filter< T >::Set(), BiQuad< T >::Set(), and Filter< T >::Value().
The documentation for this class was generated from the following file: