Voss Connection Detection  1
Detect a connector click using realtime code on Bela hardware
Thresholds

These are configuration settings for threshold-based classification. More...

Collaboration diagram for Thresholds:

Variables

const float MIN_PEAK_HP8k_MICT = -35
 The minimal delay in ms the microphone signals should have, for a positive connection detection. More...
 
const float MAX_PEAK_HP8k_MICT = 0
 
const float MIN_PEAK_HP8k_MICW = -40
 Minimum and maximum value of the 8k high-passed signal of the wrist microphone. More...
 
const float MAX_PEAK_HP8k_MICW = -15
 
const float MIN_PEAK_HP2k_VPU = -50
 Minimum and maximum value of the 2k high-passed signal of the VPU. More...
 
const float MAX_PEAK_HP2k_VPU = -10
 
const float MIN_PEAK_LP500_MICT = -45
 Minimum and maximum value of the 500 low-passed signal of the thumb microphone. More...
 
const float MAX_PEAK_LP500_MICT = -15
 
const float MIN_PEAK_LP500_MICW = -45
 Minimum and maximum value of the 500 low-passed signal of the wrist microphone. More...
 
const float MAX_PEAK_LP500_MICW = -15
 
const float MIN_PEAK_LP500_VPU = -50
 Minimum and maximum value of the 500 low-passed signal of the VPU. More...
 
const float MAX_PEAK_LP500_VPU = -10
 
const float MIN_PEAKFREQ_HP2K_MICT = 5000
 
const float MIN_INVERSE_FREQ_VARIANCE_MICT = 1
 
const float MIN_WAMP_MICT = 10
 
const float MIN_ZC_MICT = 10
 
const float MIN_AVG_IMU_ABS_ROT = 0
 
const float MAX_AVG_IMU_ABS_ROT = 0.25
 

Detailed Description

These are configuration settings for threshold-based classification.

Variable Documentation

◆ MAX_AVG_IMU_ABS_ROT

const float MAX_AVG_IMU_ABS_ROT = 0.25

Definition at line 75 of file thresholds_config.h.

◆ MAX_PEAK_HP2k_VPU

const float MAX_PEAK_HP2k_VPU = -10

Definition at line 47 of file thresholds_config.h.

◆ MAX_PEAK_HP8k_MICT

const float MAX_PEAK_HP8k_MICT = 0

Definition at line 36 of file thresholds_config.h.

◆ MAX_PEAK_HP8k_MICW

const float MAX_PEAK_HP8k_MICW = -15

Definition at line 41 of file thresholds_config.h.

◆ MAX_PEAK_LP500_MICT

const float MAX_PEAK_LP500_MICT = -15

Definition at line 53 of file thresholds_config.h.

◆ MAX_PEAK_LP500_MICW

const float MAX_PEAK_LP500_MICW = -15

Definition at line 58 of file thresholds_config.h.

◆ MAX_PEAK_LP500_VPU

const float MAX_PEAK_LP500_VPU = -10

Definition at line 64 of file thresholds_config.h.

◆ MIN_AVG_IMU_ABS_ROT

const float MIN_AVG_IMU_ABS_ROT = 0

Definition at line 74 of file thresholds_config.h.

◆ MIN_INVERSE_FREQ_VARIANCE_MICT

const float MIN_INVERSE_FREQ_VARIANCE_MICT = 1

Definition at line 68 of file thresholds_config.h.

◆ MIN_PEAK_HP2k_VPU

const float MIN_PEAK_HP2k_VPU = -50

Minimum and maximum value of the 2k high-passed signal of the VPU.

Definition at line 46 of file thresholds_config.h.

◆ MIN_PEAK_HP8k_MICT

const float MIN_PEAK_HP8k_MICT = -35

The minimal delay in ms the microphone signals should have, for a positive connection detection.

The maximum delay in ms the microphone signals should have, for a positive connection detection

Minimum and maximum value of the 8k high-passed signal of the thumb microphone.

Definition at line 35 of file thresholds_config.h.

◆ MIN_PEAK_HP8k_MICW

const float MIN_PEAK_HP8k_MICW = -40

Minimum and maximum value of the 8k high-passed signal of the wrist microphone.

Definition at line 40 of file thresholds_config.h.

◆ MIN_PEAK_LP500_MICT

const float MIN_PEAK_LP500_MICT = -45

Minimum and maximum value of the 500 low-passed signal of the thumb microphone.

Definition at line 52 of file thresholds_config.h.

◆ MIN_PEAK_LP500_MICW

const float MIN_PEAK_LP500_MICW = -45

Minimum and maximum value of the 500 low-passed signal of the wrist microphone.

Definition at line 57 of file thresholds_config.h.

◆ MIN_PEAK_LP500_VPU

const float MIN_PEAK_LP500_VPU = -50

Minimum and maximum value of the 500 low-passed signal of the VPU.

Definition at line 63 of file thresholds_config.h.

◆ MIN_PEAKFREQ_HP2K_MICT

const float MIN_PEAKFREQ_HP2K_MICT = 5000

Definition at line 66 of file thresholds_config.h.

◆ MIN_WAMP_MICT

const float MIN_WAMP_MICT = 10

Definition at line 70 of file thresholds_config.h.

◆ MIN_ZC_MICT

const float MIN_ZC_MICT = 10

Definition at line 72 of file thresholds_config.h.