xWRL6432 MMWAVE-L-SDK  05.04.00.01
mpdProc_MotionModeStateParamCfg Struct Reference

Data Fields

uint16_t pointThre1
 Number of detected points (in a single frame) needed in a zone to enter the motion/presence state. If the number of points exceed this threshold, no need to check the SNR. More...
 
uint16_t pointThre2
 Number of detected points (in a single frame) needed in a zone to enter the motion/presence state. If the number of points exceeds this threshold, the snrThre2 criteria is checked.
More...
 
float snrThre2
 Minimum total SNR (linear) of detected points (in a single frame) in a zone to enter the motion/presence state if the pointThre2 criteria is also satisfied.
More...
 
uint16_t pointHistThre1
 Number of detected points (in a frame history buffer) needed in a zone to enter the motion/presence state. If the number of points exceed this threshold, no need to check the SNR.
More...
 
uint16_t pointHistThre2
 Number of detected points (in a frame history buffer) needed in a zone to enter the motion/presence state. If the number of points exceeds this threshold, the snrHistThre2 criteria is checked.
More...
 
float snrHistThre2
 Minimum total SNR (linear) of detected points (in a frame history buffer) in a zone to enter the motion/presence state if the pointHistThre2 criteria is also satisfied.
More...
 
uint16_t histBufferSize
 Size of the frame history buffer size (in frames) used in pointHistThre1, pointHistThre2, and snrHistThre2 parameters.
More...
 
uint16_t stateExitThre
 A motion status is preserved if it recorded at least one motion detection in the last major2minorThre frames.
More...
 

Field Documentation

◆ pointThre1

uint16_t mpdProc_MotionModeStateParamCfg::pointThre1

Number of detected points (in a single frame) needed in a zone to enter the motion/presence state. If the number of points exceed this threshold, no need to check the SNR.

◆ pointThre2

uint16_t mpdProc_MotionModeStateParamCfg::pointThre2

Number of detected points (in a single frame) needed in a zone to enter the motion/presence state. If the number of points exceeds this threshold, the snrThre2 criteria is checked.

◆ snrThre2

float mpdProc_MotionModeStateParamCfg::snrThre2

Minimum total SNR (linear) of detected points (in a single frame) in a zone to enter the motion/presence state if the pointThre2 criteria is also satisfied.

◆ pointHistThre1

uint16_t mpdProc_MotionModeStateParamCfg::pointHistThre1

Number of detected points (in a frame history buffer) needed in a zone to enter the motion/presence state. If the number of points exceed this threshold, no need to check the SNR.

◆ pointHistThre2

uint16_t mpdProc_MotionModeStateParamCfg::pointHistThre2

Number of detected points (in a frame history buffer) needed in a zone to enter the motion/presence state. If the number of points exceeds this threshold, the snrHistThre2 criteria is checked.

◆ snrHistThre2

float mpdProc_MotionModeStateParamCfg::snrHistThre2

Minimum total SNR (linear) of detected points (in a frame history buffer) in a zone to enter the motion/presence state if the pointHistThre2 criteria is also satisfied.

◆ histBufferSize

uint16_t mpdProc_MotionModeStateParamCfg::histBufferSize

Size of the frame history buffer size (in frames) used in pointHistThre1, pointHistThre2, and snrHistThre2 parameters.

◆ stateExitThre

uint16_t mpdProc_MotionModeStateParamCfg::stateExitThre

A motion status is preserved if it recorded at least one motion detection in the last major2minorThre frames.