THE AUDITORY MODELING TOOLBOX

Applies to version: 0.10.0

View the code

Go to function

MOORE1997 - - Loudness model for stationary signals

Usage

[results] = moore1997(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. C. J. Moore, B. R. Glasberg, and T. Baer. A Model for the Prediction of Thresholds, Loudness, and Partial Loudness. J. Audio Eng. Soc, 45(4):224--240, 1997. [ http ]