Short time FFT with octave smooth

版本 1.0.0.0 (11.7 KB) 作者: Matthes
Computes segmented FFT with optional fractional octave smoothing
3.5K 次下载
更新时间 2008/4/1

无许可证

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

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Octave 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

multiple selection problem fixed