Short time FFT with octave smooth

Version 1.0.0.0 (11,7 ko) par Matthes
Computes segmented FFT with optional fractional octave smoothing
3,6K téléchargements
Mise à jour 1 avr. 2008

Aucune licence

-----------------------------
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.

Citation pour cette source

Matthes (2024). Short time FFT with octave smooth (https://www.mathworks.com/matlabcentral/fileexchange/19228-short-time-fft-with-octave-smooth), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2007b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Octave dans Help Center et MATLAB Answers
Remerciements

A inspiré : 1/N-Octave Smoothing, Long term average spectrum

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

multiple selection problem fixed