Olaf
Overly Lightweight Acoustic Fingerprinting
|
Precomputed windows to apply to audio blocks. More...
#include <stdbool.h>
Go to the source code of this file.
Variables | |
const float | hamming_window_1024 [] |
A pre calculated hamming window for an audio block of 1024 samples. Meant to be applied before the FFT. | |
const float | hamming_window_512 [] |
Precomputed windows to apply to audio blocks.
const float hamming_window_1024[] |
A pre calculated hamming window for an audio block of 1024 samples. Meant to be applied before the FFT.
Construct e.g. with Numpy's signal.windows.hamming(1024). See https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.windows.hamming.html
const float hamming_window_512[] |
A hamming window of size 512 Construct e.g. with Numpy's signal.windows.hamming(512). See https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.windows.hamming.html