Tag Archives: auditory models

Auditory Modelling Toolbox (AMT) 0.0.3 released

A new version of the Auditory Modelling Toolbox has been released. It includes now the models from Dau and Jepsen with an adaptation loop, modulation filterbank and DRNL. The only thing currently missing for these models is the optimal detector, … Continue reading

Posted in Anouncements, MATLAB | Tagged | Leave a comment

Auditory Modelling Toolbox (AMT) 0.2 released

A new version of the growing Auditory Modelling Toolbox has been released. The main new feature is a binaural model after Lindemann (1986a) that uses a running cross-correlation with inhibition to predict the perceived lateralization of an auditory event. The … Continue reading

Posted in MATLAB | Tagged | 1 Comment

Half-wave rectification with Matlab

To simulate the behavior of the auditory nerve, you have to half-wave rectify your input signal. If you have used an if statement in Matlab to do this, the following code is for you: outsig = max( insig, 0 );

Posted in MATLAB | Tagged | Leave a comment