MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
Computes the root mean square of the input. More...
#include "processor_common.h"
Go to the source code of this file.
Functions | |
METAWEAR_API int32_t | mbl_mw_dataprocessor_rms_create (MblMwDataSignal *source, void *context, MblMwFnDataProcessor processor_created) |
Create an rms processor. More... | |
Computes the root mean square of the input.
METAWEAR_API int32_t mbl_mw_dataprocessor_rms_create | ( | MblMwDataSignal * | source, |
void * | context, | ||
MblMwFnDataProcessor | processor_created | ||
) |
Create an rms processor.
Computes the root mean square of the input. Works on inputs such as acc, gyro, and magnetometer data (x,y,z) A pointer representing the processor will be passed back to the user via a callback function.
source | Data signal providing the input for the processor |
context | Pointer to additional data for the callback function |
processor_created | Callback function to be executed when the processor is created |