Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dsensor_fusion.h263 float fLPT; ///< low pass filtered temperature (C) member
Dfusion.c171 pthisSV->fLPT = pthisPressure->fT; in fInit_1DOF_P_BASIC()
433 pthisSV->fLPT += pthisSV->flpf * (pthisPressure->fT - pthisSV->fLPT); in fRun_1DOF_P_BASIC()
Doutput_stream.c534 scratch16 = (int16_t) (sfg->SV_1DOF_P_BASIC.fLPT * 100.0F); in CreateAndSendPackets()