CMSIS-DSP offers some functions to perform FFT (Fast Fourier Transform).
An usual approach, before a FFT, is to apply a window, for example to reduce leakage effect.
A lot of different window have been developed and tested in DSP, but common choice is…