STM32_AI_AudioPreprocessing_Library
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  Examples
 melspectrogram_example.cMelspectrogram computation example
 mfcc_example.cMFCC computation example
  Inc
 common_tables.hHeader for common_tables.c module
 dct.hHeader for dct.c module
 feature_extraction.hHeader for feature_extraction.c module
 mel_filterbank.hHeader for mel_filterbank.c module
 window.hHeader for window.c module
  Src
 common_tables.cThis file has common tables like fft windows, melfilterbanks, dct matrix etc which are used across different functions
 dct.cGeneration and processing functions of the Discrete Cosine Transform
 feature_extraction.cSpectral feature extraction functions
 mel_filterbank.cGeneration and processing function of a Mel-Frequencies Filterbank
 window.cWindow functions generation