THE AUDITORY MODELING TOOLBOX

Applies to version: 0.10.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 ]