Available processors¶
- Pre-processing (
preProc.m) - Auditory filter bank
- Inner hair-cell (
ihcProc.m) - Adaptation (
adaptationProc.m) - Auto-correlation (
autocorrelationProc.m) - Rate-map (
ratemapProc.m) - Spectral features (
spectralFeaturesProc.m) - Onset strength (
onsetProc.m) - Offset strength (
offsetProc.m) - Binary onset and offset maps (
transientMapProc.m) - Pitch (
pitchProc.m) - Medial Olivo-Cochlear (MOC) feedback (
mocProc.m) - Amplitude modulation spectrogram (
modulationProc.m) - Spectro-temporal modulation spectrogram
- Cross-correlation (
crosscorrelationProc.m) - Interaural time differences (
itdProc.m) - Interaural level differences (
ildProc.m) - Interaural coherence (
icProc.m) - Precedence effect (
precedenceProc.m)
This section presents a detailed description of all processors that are
currently supported by the Auditory front-end framework. Each processor can be controlled by
a set of parameters, which will be explained and all default settings will be
listed. Finally, a demonstration will be given, showing the functionality of
each processor. The corresponding Matlab files are contained in the Auditory front-end folder
/test and can be used to reproduce the individual plots. A full list of
available processors can be displayed by using the command requestList. An
overview of the commands for instantiating processors is given in
Computation of an auditory representation.