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).
output = exp_verhulst2012(flag)
This script reproduces figures 2a and 2c from Verhulst et al. "Nonlinear time-domain cochlear model for transient stimulation and human otoacoustic emission." The Journal of the Acoustical Society of America 132.6 (2012): 3842-3848.
To display Figure 2a from the Verhulst et al. (2012) use:
exp_verhulst2012('fig2a');
This code produces the following output:
Traceback (most recent call last): File "run_cochlear_model.py", line 1, in <module> import numpy as np ImportError: No module named numpy
To display Figure 2c from the Verhulst et al. (2012) use:
exp_verhulst2012('fig2c');
This code produces the following output:
Traceback (most recent call last): File "run_cochlear_model.py", line 1, in <module> import numpy as np ImportError: No module named numpy
S. Verhulst, T. Dau, and C. A. Shera. Nonlinear time-domain cochlear model for transient stimulation and human otoacoustic emission. J. Acoust. Soc. Am., 132(6):3842 -- 3848, 2012.