Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
Configuration parameters for connection detection based on thresholds. Note that these values are "initial values" and can be overwritten using the GUI. More...
#include "config.h"
Go to the source code of this file.
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 |
Configuration parameters for connection detection based on thresholds. Note that these values are "initial values" and can be overwritten using the GUI.
Definition in file thresholds_config.h.