![]() |
nRF Connect SDK API 3.3.99
|
Accel to angle library - the EMA filter API. More...
#include <accel_to_angle/accel_to_angle.h>Go to the source code of this file.
Data Structures | |
| struct | accel_to_angle_ema_ctx |
| Context for the EMA filter. More... | |
Macros | |
| #define | ACCEL_TO_ANGLE_FILTER_EMA_DEFINE(_instance_name, _odr_hz, _tau_s) |
| Define an EMA filter instance. | |
Functions | |
| void | filter_ema_data_process_request (void *ctx, struct accel_to_angle_accel_data *data) |
| Filter EMA. | |
| void | filter_ema_data_clean_request (void *ctx) |
| Clean up the EMA filter. | |
Accel to angle library - the EMA filter API.