Function stft_inner

Function Documentation

void stft_inner(StftStruct *stft_struct, float *signal, fftwf_complex **stft_result, int num_frames, int num_bins)

Inner function to compute the STFT.

Parameters:
  • stft_struct – Pointer to the STFT structure.

  • signal – Pointer to the input signal.

  • stft_result – Pointer to store the computed STFT result.

  • num_frames – Number of frames.

  • num_bins – Number of bins.