Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
Go to the source code of this file.
Classes | |
class | LogFile< num_cols > |
A class for opening a logfile, and writing data to a log. More... | |
class | ConnDetect |
The main connection detection class. More... | |
Typedefs | |
typedef std::array< float,(us) NUMBER_FEATURES > | ComputedFeatures |
Variables | |
const char *const | logFileHeader = "HP_8k_PEAKdB_MICT, HP_8k_PEAKdB_MICW, LP_500_PEAKdB_MICT, LP_500_PEAKdB_MICW, HP_2k_PEAKdB_VPU, LP_500_PEAKdB_VPU, HP_2k_PEAKFREQ_MICT, KURTOSIS_MICT, INVERSE_FREQ_VARIANCE_MICT, WAMP_MICT, TM3_MICT, ZC_MICT, KURTOSIS_MICW, INVERSE_FREQ_VARIANCE_MICW, WAMP_MICW, TM3_MICW, ZC_MICW, KURTOSIS_VPU, WAMP_VPU, TM3_VPU, ZC_VPU, TIMEDELAY_MICW_MICT, AVG_IMU_ABS_ROT, MAX_IMU_ABS_HP_ACC, PEDAL, CLASS" |
Please be VERY SURE to keep this in sync with the list above, otherwise LARGE MISTAKES will be made. More... | |
const us | NUMBER_FEATURES = static_cast<int>(FeatureType::NumberOfFeatures) |