annotate toolboxes/MIRtoolbox1.3.2/AuditoryToolbox/contents.m @ 0:cc4b1211e677 tip

initial commit to HG from Changeset: 646 (e263d8a21543) added further path and more save "camirversion.m"
author Daniel Wolff
date Fri, 19 Aug 2016 13:07:06 +0200
parents
children
rev   line source
Daniel@0 1 % Auditory Toolbox
Daniel@0 2 % by Malcolm Slaney
Daniel@0 3 % (c) 1998 Interval Research Corporation
Daniel@0 4 % Technical Report #1998-010
Daniel@0 5 %
Daniel@0 6 % Lyon's Cochlear Model.
Daniel@0 7 % agc - Adaptation process for Lyon's Passive
Daniel@0 8 % longwave cochlear model
Daniel@0 9 % DesignLyonCascade - Designs the filters needed to implement
Daniel@0 10 % Lyon's passive cochlear model
Daniel@0 11 % EpsilonFromTauFs - Calculate the first order decay
Daniel@0 12 % coefficient (tau)
Daniel@0 13 % FreqResp - Evaluate frequency response of the filter
Daniel@0 14 % LyonPassiveEar - Calculate auditory nerve responses using
Daniel@0 15 % Lyon's passive cochlear model
Daniel@0 16 % SecondOrderSection - Design a second order filter section
Daniel@0 17 % SetGain - Set the gain of a second order system
Daniel@0 18 % soscascade - Implement a cascade of second order filters
Daniel@0 19 % sosfilters - Implement a bank of second order filters
Daniel@0 20 %
Daniel@0 21 % Patterson/Meddis Models
Daniel@0 22 % ERBSpace - Calculate frequencies for ERB filters
Daniel@0 23 % MakeERBFilters - Design for ERB cochlear model
Daniel@0 24 % ERBFilterBank - Implement a bank of ERB Gammatone filters
Daniel@0 25 % MeddisHairCell - Implement Meddis' Inner Hair Cell Model
Daniel@0 26 %
Daniel@0 27 % Seneff Auditory Model
Daniel@0 28 % SeneffEar - Implement Stages I/II of Seneff's Auditory Model
Daniel@0 29 % SeneffEarSetup - Design filters for Seneff's model
Daniel@0 30 %
Daniel@0 31 % Correlogram Processing
Daniel@0 32 % CorrelogramArray - Compute an array of correlogram frames
Daniel@0 33 % CorrelogramFrame - Compute a single correlogram frame
Daniel@0 34 % CorrelogramMovie - Compute a Matlab movie of a correlogram
Daniel@0 35 % CorrelogramPitch - Compute the pitch of a signal with a correlogram
Daniel@0 36 %
Daniel@0 37 % Signal Processing.
Daniel@0 38 % mfcc - Mel-frequency cepstral coefficient transform of
Daniel@0 39 % an audio signal
Daniel@0 40 % spectrogram - Compute the spectrogram of a signal
Daniel@0 41 % rasta - Implement RelAtive SpecTrAl filtering
Daniel@0 42 % proclpc - Perform Linear Preditive Coding (LPC) analysis
Daniel@0 43 % synlpc - Synthesize speech from LPC coefficients
Daniel@0 44 %
Daniel@0 45 % Demonstrations
Daniel@0 46 % MakeVowel - Synthesize a vowel sound
Daniel@0 47 % FMPoints - Create a changing pitch signal for vowel synthesis
Daniel@0 48 % WhiteVowel - Filter a speech signal so formants disappear