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

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 ]