Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
Loading...
Searching...
No Matches
Functions
fusion_testing.h File Reference

ApplyPerturbation function used to analyze dynamic performance. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ApplyPerturbation (SensorFusionGlobals *sfg)
 

Detailed Description

ApplyPerturbation function used to analyze dynamic performance.

The ApplyPerturbation function applies a user-specified step function to prior fusion results which is then "released" in the next fusion cycle. When used in conjustion with the NXP Sensor Fusion Toolbox, this provides a visual indication of the dynamic behavior of the library.

Definition in file fusion_testing.h.

Function Documentation

◆ ApplyPerturbation()

void ApplyPerturbation ( SensorFusionGlobals sfg)

The ApplyPerturbation function applies a user-specified step function to prior fusion results which is then "released" in the next fusion cycle. When used in conjustion with the NXP Sensor Fusion Toolbox, this provides a visual indication of the dynamic behavior of the library. This function is normally involved via the "sfg." global pointer.

Definition at line 36 of file fusion_testing.c.