Function stft_init

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.