Gammatone-based (auditory) spectrograms

버전 1.2.0.0 (143 KB) 작성자: Dan Ellis
Calculates a spectrogram-like time-frequency intensity matrix based on Gammatone filters.
다운로드 수: 2.4K
업데이트 날짜: 2009/3/12

라이선스 보기

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

인용 양식

Dan Ellis (2024). Gammatone-based (auditory) spectrograms (https://www.mathworks.com/matlabcentral/fileexchange/23053-gammatone-based-auditory-spectrograms), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

- removed stray reference to local function (imgsc)
- use "figure" to avoid overwriting plot in demo script

1.1.0.0

"Fast" method now exactly models frequency response of classic filters; demo routine now includes plots to compare them.

1.0.0.0