Searched refs:fDelta (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/ |
D | sensor_fusion.h | 350 float fDelta; ///< unfiltered inclination angle (deg) member
|
D | fusion.c | 597 …feCompassNED(pthisSV->fR, &(pthisSV->fDelta), &ftmp1, &ftmp2, pthisMag->fBc, pthisAccel->fGc, &ftm… in fRun_6DOF_GB_BASIC() 599 …feCompassAndroid(pthisSV->fR, &(pthisSV->fDelta), &ftmp1, &ftmp2, pthisMag->fBc, pthisAccel->fGc, … in fRun_6DOF_GB_BASIC() 601 …feCompassWin8(pthisSV->fR, &(pthisSV->fDelta), &ftmp1, &ftmp2, pthisMag->fBc, pthisAccel->fGc, &ft… in fRun_6DOF_GB_BASIC() 629 pthisSV->fLPDelta += pthisSV->flpf * (pthisSV->fDelta - pthisSV->fLPDelta); in fRun_6DOF_GB_BASIC()
|