STFT and its inverse
NOTE: this function is now available from the IoSR Matlab Toolbox as iosr.dsp.stft and iosr.dsp.istft.
-------------------------
Calculate the short-time Fourier transform and its inverse for a signal. The STFT is normalised such that it fulfills the constant overlap-add (COLA) criterion. Fulfilling the criterion is useful when resynthesising the signal using the ISTFT, as the magnitude of the output of the ISTFT will be retained.
Cite As
Christopher Hummersone (2025). STFT and its inverse (https://github.com/IoSR-Surrey/MatlabToolbox), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Transforms > Discrete Fourier and Cosine Transforms > Short-Time Fourier Transform >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
+iosr
+iosr/+acoustics
+iosr/+auditory
+iosr/+bss
+iosr/+dsp
+iosr/+figures
+iosr/+general
+iosr/+statistics
+iosr/+svn
Versions that use the GitHub default branch cannot be downloaded
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Migrated to GitHub. |
|