Spectrogram, STFT, with varied kinds of Plots

Plots STFT using line, Stem, Surface, Image. STFT calculation done using in built function

You are now following this Submission

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 (2026). 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 .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0