We use cookies on this website to distinguish you from other users.
We use this data to improve our content experience and for targeted advertising.
By continuing to use this website you consent to our use of cookies.
For more information, please see our
Cookie Policy.
Function stft_init¶
Defined in File trafo_stft.h
Function Documentation¶
-
void stft_init(StftStruct *stft_struct, int n_fft, int win_length, int hop_length, Padding *padding)¶
Initialize the STFT structure.
- Parameters:
stft_struct – Pointer to the STFT structure to initialize.
n_fft – Length of the FFT.
win_length – Length of the window.
hop_length – Length of the hop.
padding – Pointer to the padding information.