Home
last modified time | relevance | path

Searched refs:fLPDelta (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dfusion.c267 …feCompassNED(pthisSV->fLPR, &(pthisSV->fLPDelta), &ftmp, &ftmp, pthisMag->fBc, pthisAccel->fGc, &f… in fInit_6DOF_GB_BASIC()
269 …feCompassAndroid(pthisSV->fLPR, &(pthisSV->fLPDelta), &ftmp, &ftmp, pthisMag->fBc, pthisAccel->fGc… in fInit_6DOF_GB_BASIC()
271 …feCompassWin8(pthisSV->fLPR, &(pthisSV->fLPDelta), &ftmp, &ftmp, pthisMag->fBc, pthisAccel->fGc, &… in fInit_6DOF_GB_BASIC()
629 pthisSV->fLPDelta += pthisSV->flpf * (pthisSV->fDelta - pthisSV->fLPDelta); in fRun_6DOF_GB_BASIC()
Dsensor_fusion.h351 float fLPDelta; ///< low pass filtered inclination angle (deg) member
Doutput_stream.c361 iDelta = (int16_t) (10.0F * sfg->SV_6DOF_GB_BASIC.fLPDelta); in CreateAndSendPackets()