Overview

Simple Object-oriented Model of Audition

This Matlab model is designed to be incredibly simple in terms of both its functionality and code base. It allows the user to coarsely simulate the information transmitted along the auditory nerve to the brain in response to a given stimulus.

The model is basically a very smart data structure. The user puts the input stimulus into one of the fields of the structure and data automatically becomes available in other fields of the structure that represent the stimulus at various stages of its journey along the auditory periphery. If a parameter is changed by the user, the effects of this change ripple along the processing chain so that all subsequent representations are automatically updated to account for this change.

Get over to https://github.com/audioplastic/soma for nicely formatted documentation and download links!

*[S]*IMPLE

*[O]*BJECT-ORIENTED

*[M]*ODEL OF

*[A]*UDITION

Get over to https://github.com/audioplastic/soma for nicely formatted documentation and download links!

If you use Mercurial then you can clone the code mirror from this site. If you use git then you can clone or fork the project over at github. To just download a zip then go to github and click on the following..

Here is a screenshot of SOMA up and running . .

Members

Manager: Nick Clark