Function istft_init

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.