Monado OpenXR Runtime
|
Low-pass IIR filter. More...
Go to the source code of this file.
Data Structures | |
struct | xrt::auxiliary::math::detail::LowPassIIR< Value, Scalar > |
The shared implementation (between vector and scalar versions) of an IIR low-pass filter. More... | |
class | xrt::auxiliary::math::LowPassIIRFilter< Scalar > |
A very simple low-pass filter, using a "one-pole infinite impulse response" design (one-pole IIR). More... | |
Namespaces | |
namespace | xrt::auxiliary::math |
C++-only functionality in the Math helper library. | |
Low-pass IIR filter.