Monado OpenXR Runtime
|
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>
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. | |
Low-pass IIR filter for integers.