THE AUDITORY MODELING TOOLBOX

Applies to version: 0.10.0

View the code

Go to function

DEMO_VERHULST2012 - Demo of the cochlear model calculating otoacoustic emissions

This script computes and plot the otoacoustic emission for a 500 Hz sinusoid, This is generated using the cochlear model described in verhulst2012 In particular otoacoustic emissions are computed as the signal difference between the sound pressure at the middle ear with model non linearities and irregularities enabled, and the sound pressure at the middle ear in case of linear model.

demo_verhulst2012_1.png

Output of the cochlear model.

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