Home
last modified time | relevance | path

Searched refs:FFT_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/CMSIS/
Dsimple_features_generator.cc21 #define FFT_SIZE 512 macro
30 q15_t bufA[FFT_SIZE];
31 q15_t bufB[FFT_SIZE];
68 arm_rfft_init_q15(&S_arm_fft, FFT_SIZE, IFFT_FLAG_R, BIT_REVERSE_FLAG); in GenerateSimpleFeatures()
/external/adhd/scripts/mic_testing/frontend/
Dsource.js161 -FFT_SIZE-1, -1);
163 -FFT_SIZE-1, -1);
Drecorder.js39 -FFT_SIZE-1, -1);
41 -FFT_SIZE-1, -1);
Daudio.js7 var FFT_SIZE = 2048; variable
/external/adhd/scripts/audio_tuning/frontend/
Daudio.js107 var FFT_SIZE = 2048; /* The size of FFT used for visualization */ variable
431 analyzer_left.fftSize = FFT_SIZE;
432 analyzer_right.fftSize = FFT_SIZE;
1931 var binCount = FFT_SIZE / 2;