Monado OpenXR Runtime
m_lowpass_float.hpp File Reference

Low-pass IIR filter. More...

#include "util/u_time.h"
#include "math/m_mathinclude.h"
#include <cmath>
#include <type_traits>
Include dependency graph for m_lowpass_float.hpp:

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.
 

Detailed Description