Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dsensor_fusion.h262 float fLPH; ///< low pass filtered height (m) member
Dfusion.c170 pthisSV->fLPH = pthisPressure->fH; in fInit_1DOF_P_BASIC()
432 pthisSV->fLPH += pthisSV->flpf * (pthisPressure->fH - pthisSV->fLPH); in fRun_1DOF_P_BASIC()
Doutput_stream.c530 scratch32 = (int32_t) (sfg->SV_1DOF_P_BASIC.fLPH * 1000.0F); in CreateAndSendPackets()