We use cookies on this website to distinguish you from other users.
We use this data to improve our content experience and for targeted advertising.
By continuing to use this website you consent to our use of cookies.
For more information, please see our
Cookie Policy.
Function stft_inner¶
Defined in File trafo_stft.h
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.