Searched refs:fLPDelta (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/ |
D | fusion.c | 267 …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()
|
D | sensor_fusion.h | 351 float fLPDelta; ///< low pass filtered inclination angle (deg) member
|
D | output_stream.c | 361 iDelta = (int16_t) (10.0F * sfg->SV_6DOF_GB_BASIC.fLPDelta); in CreateAndSendPackets()
|