APM:Libraries
Classes | Typedefs
NotchFilter.h File Reference
#include <AP_Math/AP_Math.h>
#include <cmath>
#include <inttypes.h>
#include <AP_Param/AP_Param.h>
Include dependency graph for NotchFilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NotchFilter< T >
 
class  NotchFilterVector3fParam
 

Typedefs

typedef NotchFilter< float > NotchFilterFloat
 
typedef NotchFilter< Vector3fNotchFilterVector3f
 

Typedef Documentation

◆ NotchFilterFloat

typedef NotchFilter<float> NotchFilterFloat

Definition at line 68 of file NotchFilter.h.

◆ NotchFilterVector3f

Definition at line 69 of file NotchFilter.h.