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.
Struct IstftStruct¶
Defined in File trafo_istft.h
Struct Documentation¶
-
struct IstftStruct¶
Structure for ISTFT (Inverse Short-Time Fourier Transform) parameters and plans.
Public Members
-
int win¶
Window size.
-
int hop¶
Hop size.
-
int nfft¶
Number of FFT points.
-
fftwf_plan plan¶
FFTW plan for ISTFT computation.
-
fftwf_complex *istft_in¶
Input array for ISTFT computation.
-
float *istft_out¶
Output array for ISTFT computation.
-
float *wnd¶
Hanning window array.
-
float *window_sum¶
Array storing the sum of window values for normalization.
-
int win¶