THE AUDITORY MODELING TOOLBOX

Applies to version: 0.9.2

View the code

Go to function

AMTSTART - Start the Auditory Modelling Toolbox

Usage

amtstart;

Description

amtstart starts the Auditory Modelling toolbox. This command must be run before using any of the function in the toolbox.

The auditory modelling toolbox depends on the Linear Time Frequency Analysis Toolbox (LTFAT) to properly function. Therefore, you must issue the ltfatstart command before you start AMT.

To configure default options for functions, you can use the ltfatsetdefaults function in your startup script. A typical startup file could look like:

addpath('/path/to/my/work/ltfat');
addpath('/path/to/my/work/amtoolbox');
ltfatstart;
amtstart;
ltfatsetdefaults('audspecgram','classic');

The last command wil configure audspecgram to display a classic auditory spectrogram by default.

References:

P. L. Soendergaard, B. Torresani, and P. Balazs. The Linear Time Frequency Analysis Toolbox. International Journal of Wavelets, Multiresolution Analysis and Information Processing, 10(4), 2012. [ DOI ]