Searched refs:fdeltat (Results 1 – 4 of 4) sorted by relevance
264 float fdeltat; ///< fusion time interval (s) member287 float fdeltat; ///< fusion time interval (s) member309 float fdeltat; ///< fusion time interval (s) member329 float fdeltat; ///< fusion filter sampling interval (s) member352 float fdeltat; ///< fusion time interval (s) member381 float fdeltat; ///< sensor fusion interval (s) member421 float fdeltat; ///< sensor fusion interval (s) member
161 pthisSV->fdeltat = 1.0F / (float) FUSION_HZ; in fInit_1DOF_P_BASIC()164 if (flpftimesecs > pthisSV->fdeltat) in fInit_1DOF_P_BASIC()165 pthisSV->flpf = pthisSV->fdeltat / flpftimesecs; in fInit_1DOF_P_BASIC()183 pthisSV->fdeltat = 1.0F / (float) FUSION_HZ; in fInit_3DOF_G_BASIC()186 if (flpftimesecs > pthisSV->fdeltat) in fInit_3DOF_G_BASIC()187 pthisSV->flpf = pthisSV->fdeltat / flpftimesecs; in fInit_3DOF_G_BASIC()211 pthisSV->fdeltat = 1.0F / (float) FUSION_HZ; in fInit_3DOF_B_BASIC()214 if (flpftimesecs > pthisSV->fdeltat) in fInit_3DOF_B_BASIC()215 pthisSV->flpf = pthisSV->fdeltat / flpftimesecs; in fInit_3DOF_B_BASIC()238 pthisSV->fdeltat = 1.0F / (float) FUSION_HZ; in fInit_3DOF_Y_BASIC()[all …]
169 float fdeltat,
896 void fLPFOrientationQuaternion(Quaternion *pq, Quaternion *pLPq, float flpf, float fdeltat, float f… in fLPFOrientationQuaternion() argument926 ftmp = 1.0F / fdeltat; in fLPFOrientationQuaternion()