|
mad-location-manager-lib 1.0
Library for fusing GPS and ENU accelerometer data
|
Digital low-pass filter for arrays of data. More...
#include <low_pass.h>
Public Member Functions | |
| low_pass_filter (double cutoff_hz) | |
| T * | filter (const T(&src)[N], double ts) |
Private Attributes | |
| double | fc |
| Cutoff frequency [Hz] T y[N];. | |
| T | y [N] |
| Filtered output buffer. | |
| bool | has_init |
| Initialization flag. | |
| double | last_ts |
| Previous timestamp. | |
Digital low-pass filter for arrays of data.
| T | Data type (must support arithmetic operations) |
| N | Array size |
|
inline |
Cutoff frequency [Hz] T y[N];.