Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
These are configuration settings for threshold-based classification. More...
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 |
These are configuration settings for threshold-based classification.
const float MAX_AVG_IMU_ABS_ROT = 0.25 |
Definition at line 75 of file thresholds_config.h.
const float MAX_PEAK_HP2k_VPU = -10 |
Definition at line 47 of file thresholds_config.h.
const float MAX_PEAK_HP8k_MICT = 0 |
Definition at line 36 of file thresholds_config.h.
const float MAX_PEAK_HP8k_MICW = -15 |
Definition at line 41 of file thresholds_config.h.
const float MAX_PEAK_LP500_MICT = -15 |
Definition at line 53 of file thresholds_config.h.
const float MAX_PEAK_LP500_MICW = -15 |
Definition at line 58 of file thresholds_config.h.
const float MAX_PEAK_LP500_VPU = -10 |
Definition at line 64 of file thresholds_config.h.
const float MIN_AVG_IMU_ABS_ROT = 0 |
Definition at line 74 of file thresholds_config.h.
const float MIN_INVERSE_FREQ_VARIANCE_MICT = 1 |
Definition at line 68 of file thresholds_config.h.
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.
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.
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.
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.
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.
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.
const float MIN_PEAKFREQ_HP2K_MICT = 5000 |
Definition at line 66 of file thresholds_config.h.
const float MIN_WAMP_MICT = 10 |
Definition at line 70 of file thresholds_config.h.
const float MIN_ZC_MICT = 10 |
Definition at line 72 of file thresholds_config.h.