Monado OpenXR Runtime
m_lowpass_integer.hpp File Reference

Low-pass IIR filter for integers. More...

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

Go to the source code of this file.

Data Structures

struct  xrt::auxiliary::math::detail::IntegerLowPassIIR< Value, Scalar >
 The shared implementation (between vector and scalar versions) of an integer IIR/exponential low-pass filter. More...
 
class  xrt::auxiliary::math::IntegerLowPassIIRFilter< Scalar >
 A very simple integer low-pass filter, using a "one-pole infinite impulse response" design (one-pole IIR), also known as an exponential filter. More...
 

Namespaces

namespace  xrt::auxiliary::math
 C++-only functionality in the Math helper library.
 

Detailed Description

Low-pass IIR filter for integers.

Author
Rylie Pavlik rylie.nosp@m..pav.nosp@m.lik@c.nosp@m.olla.nosp@m.bora..nosp@m.com