Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
Connection detection. Uses the Feature class to extract certain features from the filtered data. More...
Classes | |
class | ConnDetect |
The main connection detection class. More... | |
Typedefs | |
typedef std::array< float,(us) NUMBER_FEATURES > | ComputedFeatures |
Variables | |
const us | NUMBER_FEATURES = static_cast<int>(FeatureType::NumberOfFeatures) |
Connection detection. Uses the Feature class to extract certain features from the filtered data.
typedef std::array<float, (us) NUMBER_FEATURES> ComputedFeatures |
Definition at line 78 of file conndetect.h.
|
strong |
These are the features extracted from the filtered data. They should be self-explaining regarding the build-up of the naming. First part is signal type, HP_x means high-passed, LP_x means lowpassed. Second part is a feature descriptor, and last part is the signal to apply it on. Exception is the time delay, which is a cross-signal feature.
Definition at line 32 of file conndetect.h.
const us NUMBER_FEATURES = static_cast<int>(FeatureType::NumberOfFeatures) |
Definition at line 76 of file conndetect.h.