Short time FFT with octave smooth

Computes segmented FFT with optional fractional octave smoothing

You are now following this Submission

-----------------------------
UPDATE: easy to use GUI added
-----------------------------
[Px,freq]=averfft(sig,Noct,Nfft)
sig = time domain data (e.g. audio file);
Noct = octave resolution for smoothing (e.g. Noct=3 results in a 1/3-oct. smooth),
default value is 0;
Nfft = FFT resolution, default value is 8192;
sampling frequency assumed to be 44.1 kHz.
If no output is defined averfft plots the frequency spectrum.

Cite As

Matthes (2026). Short time FFT with octave smooth (https://se.mathworks.com/matlabcentral/fileexchange/19228-short-time-fft-with-octave-smooth), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: 1/N-Octave Smoothing, Long term average spectrum

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

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

multiple selection problem fixed