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_compute¶
Defined in File trafo_stft.h
Function Documentation¶
-
fftwf_complex *stft_compute(StftStruct *stft_struct, Signal *channel_signal, int num_bins, int do_pad)¶
Compute the STFT (Short-Time Fourier Transform) for a given signal.
- Parameters:
stft_struct – Pointer to the STFT structure.
channel_signal – Pointer to the input signal.
num_bins – Number of bins in the FFT.
do_pad – Flag indicating whether padding should be applied.
- Returns:
Pointer to the computed STFT result.