Struct StftStruct

Struct Documentation

struct StftStruct

Structure for STFT (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 STFT computation.

float *stft_in

Input array for STFT computation.

fftwf_complex *stft_out

Output array for STFT computation.

float *wnd

Hanning window array.

Padding *padding

Pointer to the padding information.