STM32_AI_AudioPreprocessing_Library
|
Files | |
common_tables.c | |
This file has common tables like fft windows, melfilterbanks, dct matrix etc which are used across different functions. | |
dct.c | |
Generation and processing functions of the Discrete Cosine Transform. | |
feature_extraction.c | |
Spectral feature extraction functions. | |
mel_filterbank.c | |
Generation and processing function of a Mel-Frequencies Filterbank. | |
window.c | |
Window functions generation. | |