A one-pole DSP filter.
More...
#include <ignition/math/Filter.hh>
template<class T>
class ignition::math::OnePole< T >
A one-pole DSP filter.
- See also
- http://www.earlevel.com/main/2012/12/15/a-one-pole-filter/
◆ OnePole() [1/2]
◆ OnePole() [2/2]
Constructor.
- Parameters
-
[in] | _fc | Cutoff frequency. |
[in] | _fs | Sample rate. |
◆ Fc()
Set the cutoff frequency and sample rate.
- Parameters
-
[in] | _fc | Cutoff frequency. |
[in] | _fs | Sample rate. |
Implements ignition::math::Filter< T >.
◆ Process()
Update the filter's output.
[in] _x Input value.
- Returns
- The filter's current output.
◆ a0
◆ b1
The documentation for this class was generated from the following file: