Python
Python copied to clipboard
New Algorithm: Short Time Fourier Transform (STFT)
The main idea of this algorithm is to create a spectrogram using the FFT and a window function to run the FFT on. Instead of a pure unchaging signal that the FFT converts to a frequency domain function, the STFT converts a long, changing signal into a time, freqeuncy and power domain. https://en.wikipedia.org/wiki/Short-time_Fourier_transform
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi @Bobingstern I want to contribute to this issue. Will you please assign this to me.