Monado OpenXR Runtime
Data Structures | Namespaces
t_lowpass.hpp File Reference

Low-pass IIR filter. More...

#include "util/u_time.h"
#include <cmath>
#include <type_traits>
Include dependency graph for t_lowpass.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  xrt_fusion::implementation::LowPassIIR< Value, Scalar >
 The shared implementation (between vector and scalar versions) of an IIR low-pass filter. More...
 
class  xrt_fusion::LowPassIIRFilter< Scalar >
 A very simple low-pass filter, using a "one-pole infinite impulse response" design (one-pole IIR). More...
 

Namespaces

 xrt_fusion
 
 xrt_fusion::implementation
 

Detailed Description

Low-pass IIR filter.

Author
Ryan Pavlik ryan..nosp@m.pavl.nosp@m.ik@co.nosp@m.llab.nosp@m.ora.c.nosp@m.om