Home
last modified time | relevance | path

Searched refs:flpf (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dsensor_fusion.h265 float flpf; ///< low pass filter coefficient member
288 float flpf; ///< low pass filter coefficient member
310 float flpf; ///< low pass filter coefficient member
353 float flpf; ///< low pass filter coefficient member
Dfusion.c165 pthisSV->flpf = pthisSV->fdeltat / flpftimesecs; in fInit_1DOF_P_BASIC()
167 pthisSV->flpf = 1.0F; in fInit_1DOF_P_BASIC()
187 pthisSV->flpf = pthisSV->fdeltat / flpftimesecs; in fInit_3DOF_G_BASIC()
189 pthisSV->flpf = 1.0F; in fInit_3DOF_G_BASIC()
215 pthisSV->flpf = pthisSV->fdeltat / flpftimesecs; in fInit_3DOF_B_BASIC()
217 pthisSV->flpf = 1.0F; in fInit_3DOF_B_BASIC()
261 pthisSV->flpf = pthisSV->fdeltat / flpftimesecs; in fInit_6DOF_GB_BASIC()
263 pthisSV->flpf = 1.0F; in fInit_6DOF_GB_BASIC()
432 pthisSV->fLPH += pthisSV->flpf * (pthisPressure->fH - pthisSV->fLPH); in fRun_1DOF_P_BASIC()
433 pthisSV->fLPT += pthisSV->flpf * (pthisPressure->fT - pthisSV->fLPT); in fRun_1DOF_P_BASIC()
[all …]
Dorientation.h168 float flpf,
Dorientation.c896 void fLPFOrientationQuaternion(Quaternion *pq, Quaternion *pLPq, float flpf, float fdeltat, float f… in fLPFOrientationQuaternion() argument
915 ftmp = flpf + (1.0F - flpf) * sqrtf(fabs(1.0F - fdeltaq.q0 * fdeltaq.q0)); in fLPFOrientationQuaternion()