Mercurial > hg > aimc
annotate wiki/Design.wiki @ 272:2147f317aedc
Created wiki page through web user interface.
author | tomwalters |
---|---|
date | Sun, 14 Feb 2010 22:42:58 +0000 |
parents | |
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 |