Struct IstftStruct

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.