examples.test_an_modelΒΆ

Test the embedded auditory nerve model with a set of tone pips. (Zilany et al. 2014; requires MATLAB)

This demonstrates the lowest-level access to the auditory nerve model that is available in the cnmodel API. For higher-level tools, see test_sound_stim.py (which uses an_model.get_spiketrain) and test_sgc_input.py (which uses cells.DummySGC).

Usage: python test_an_model.py (no arguments)

(Adapted from makeANF_CF_RI.m)

examples.test_an_model.test_an_model()[source]