Function compute_hanning_window

Function Documentation

void compute_hanning_window(int n_fft, float *window)

Compute the Hanning window for STFT.

Parameters:
  • n_fft – Length of the FFT.

  • window – Pointer to store the computed Hanning window.