Python icon indicating copy to clipboard operation
Python copied to clipboard

New Algorithm: Short Time Fourier Transform (STFT)

Open Bobingstern opened this issue 2 years ago • 2 comments

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

Bobingstern avatar Mar 31 '22 12:03 Bobingstern

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.

stale[bot] avatar Jul 31 '22 16:07 stale[bot]

Hi @Bobingstern I want to contribute to this issue. Will you please assign this to me.

Akash-Kumar-Sen avatar Aug 08 '22 14:08 Akash-Kumar-Sen