Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
boxcar_averager< data_t, length > Class Template Reference

FIR averager using a rectangle window. More...

#include <boxcar_averager.h>

Public Member Functions

 boxcar_averager (void)
 
data_t respond (const data_t &right)
 

Detailed Description

template<class data_t, unsigned length>
class boxcar_averager< data_t, length >

FIR averager using a rectangle window.

Definition at line 12 of file boxcar_averager.h.

Constructor & Destructor Documentation

◆ boxcar_averager()

template<class data_t , unsigned length>
boxcar_averager< data_t, length >::boxcar_averager ( void  )
inline

Definition at line 15 of file boxcar_averager.h.

Member Function Documentation

◆ respond()

template<class data_t , unsigned length>
data_t boxcar_averager< data_t, length >::respond ( const data_t right)
inline

Definition at line 19 of file boxcar_averager.h.


The documentation for this class was generated from the following file: