Spectrogram, STFT, with varied kinds of Plots

Version 1.0.0.0 (2.6 KB) by Shreyes
Plots STFT using line, Stem, Surface, Image. STFT calculation done using in built function
1.4K Downloads
Updated 24 Mar 2012

View License

This is a wrapper for the inbuilt function "Spectrogram". It simply plots STFT in 4 different ways.

In order to use it call the function with first parameter either 'Line', 'Stem', 'Surface', 'Image' and the rest of the inputs are similar to inbuilt function in the same order.

Execute the demo to see a simple use case.

Brief of the plot types

1. Line - Creates on line for each frequency. You can see the variation of it's amplitude over time.
2. Stem - Creates a 3D stem plot x-time, y-frequency, z-amplitude.
3. Surface - Creates a 3D surface plot x-time, y-frequency, z-amplitude
4. Image - Most commonly used.

Cite As

Shreyes (2024). Spectrogram, STFT, with varied kinds of Plots (https://www.mathworks.com/matlabcentral/fileexchange/35842-spectrogram-stft-with-varied-kinds-of-plots), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0