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.