THE AUDITORY MODELING TOOLBOX

This documentation page applies to an outdated major AMT version. We show it for archival purposes only.
Click here for the documentation menu and here to download the latest AMT (1.6.0).

View the code

Go to function

GLASBERG2002 - - Loudness model for time-variant signals

Usage

[results] = glasberg2002(inSig,fs);

Example:

fs = 32000; t = linspace(0,1,fs); sig = sin(2*pi*1000*t).'; inSig = setdbspl(sig,100);

Note that currently fs must be 32000 Hz.

References:

B. R. Glasberg and B. C. J. Moore. A Model of Loudness Applicable to Time-Varying Sounds. J. Audio Eng. Soc, 50(5):331--342, 2002. [ http ]