Mercurial > hg > aimc
annotate wiki/Design.wiki @ 706:f8e90b5d85fd tip
Delete CARFAC code from this repository.
It has been moved to https://github.com/google/carfac
Please email me with your github username to get access.
I've also created a new mailing list to discuss CARFAC development:
https://groups.google.com/forum/#!forum/carfac-dev
author | ronw@google.com |
---|---|
date | Thu, 18 Jul 2013 20:56:51 +0000 |
parents | 2147f317aedc |
children |
rev | line source |
---|---|
tomwalters@272 | 1 #summary AIM-C design document |
tomwalters@272 | 2 #labels Phase-Design |
tomwalters@272 | 3 |
tomwalters@272 | 4 = Requirements = |
tomwalters@272 | 5 * Accurate implementation of various key parts of the Auditory Image Model: |
tomwalters@272 | 6 ** Filterbanks: Gammatone, dcGC, PZFC |
tomwalters@272 | 7 ** NAP: HCL, 2DAT |
tomwalters@272 | 8 ** Strobes: sf1992 and sf2003 main algorithms |
tomwalters@272 | 9 ** SAI: ti2003 algorithm |
tomwalters@272 | 10 ** Features: Gaussian features |
tomwalters@272 | 11 * Fast. AIM-C should be as fast as possible at processing audio |
tomwalters@272 | 12 * Easy to test. Developers writing new modules should have an easy way to test them, and should be encouraged to submit tests with their code. |
tomwalters@272 | 13 |