ESP
0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
|
Functions | |
void | setup () |
Variables | |
constexpr uint32_t | kDownsample = 5 |
constexpr uint32_t | kSampleRate = 44100 / 5 |
constexpr uint32_t | kFftWindowSize = 256 |
constexpr uint32_t | kFftHopSize = 128 |
constexpr uint32_t | DIM = 1 |
AudioStream | stream (kDownsample) |
GestureRecognitionPipeline | pipeline |
TcpOStream | oStream ("localhost", 5204) |
int | post_duration = 1000 |
double | post_ratio = 0.7f |
double | noise_level = 5.0f |
void setup | ( | ) |
constexpr uint32_t DIM = 1 |
constexpr uint32_t kDownsample = 5 |
constexpr uint32_t kFftHopSize = 128 |
constexpr uint32_t kFftWindowSize = 256 |
constexpr uint32_t kSampleRate = 44100 / 5 |
double noise_level = 5.0f |
TcpOStream oStream("localhost", 5204) |
GestureRecognitionPipeline pipeline |
int post_duration = 1000 |
double post_ratio = 0.7f |
AudioStream stream(kDownsample) |