Code covered by the BSD License
-
ERBFilterBank(x, fcoefs)
function output = ERBFilterBank(x, fcoefs)
-
ERBSpace(lowFreq, highFreq, N)
function cfArray = ERBSpace(lowFreq, highFreq, N)
-
fcoefs=MakeERBFilters(fs,numC...
function [fcoefs]=MakeERBFilters(fs,numChannels,lowFreq)
-
fft2gammatonemx(nfft, sr, nfi...
wts = fft2gammatonemx(nfft, sr, nfilts, width, minfreq, maxfreq, maxlen)
-
gammatonegram(X,SR,TWIN,THOP,...
Y = gammatonegram(X,SR,N,TWIN,THOP,FMIN,FMAX,USEFFT,WIDTH)
-
gammatone_demo.m
-
Gammatone-like spectrograms
-
View all files
Gammatone-based (auditory) spectrograms
by Dan Ellis
21 Feb 2009
(Updated 12 Mar 2009)
Calculates a spectrogram-like time-frequency intensity matrix based on Gammatone filters.
|
Watch this File
|
| File Information |
| Description |
Gammatone filters are a popular linear approximation to the filtering performed by the ear. This routine provides a simple wrapper for generating time-frequency surfaces based on a gammatone analysis, which can be used as a replacement for a conventional spectrogram. It also provides a fast approximation to this surface based on weighting the output of a conventional FFT. The underlying Gammatone filters are taken (with permission) from Malcolm Slaney's Auditory Toolbox, http://cobweb.ecn.purdue.edu/~malcolm/interval/1998-010/ . |
| Required Products |
Signal Processing Toolbox
|
| MATLAB release |
MATLAB 7.3 (R2006b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 23 Feb 2009 |
"Fast" method now exactly models frequency response of classic filters; demo routine now includes plots to compare them. |
| 12 Mar 2009 |
- removed stray reference to local function (imgsc)
- use "figure" to avoid overwriting plot in demo script |
|
Contact us at files@mathworks.com