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 istft_init¶
Defined in File trafo_istft.h
Function Documentation¶
-
void istft_init(IstftStruct *istft_struct, int n_fft, int reconstructed_signal_length, int win_length, int hop_length)¶
Initialize the ISTFT structure.
- Parameters:
istft_struct – Pointer to the ISTFT structure to initialize.
n_fft – Length of the FFT.
reconstructed_signal_length – Length of the reconstructed signal.
win_length – Length of the window.
hop_length – Length of the hop.