Searched refs:flpf (Results 1 – 4 of 4) sorted by relevance
265 float flpf; ///< low pass filter coefficient member288 float flpf; ///< low pass filter coefficient member310 float flpf; ///< low pass filter coefficient member353 float flpf; ///< low pass filter coefficient member
165 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 …]
168 float flpf,
896 void fLPFOrientationQuaternion(Quaternion *pq, Quaternion *pLPq, float flpf, float fdeltat, float f… in fLPFOrientationQuaternion() argument915 ftmp = flpf + (1.0F - flpf) * sqrtf(fabs(1.0F - fdeltaq.q0 * fdeltaq.q0)); in fLPFOrientationQuaternion()