annotate wiki/Design.wiki @ 552:42f8ed31b2b1

(none)
author Ulf.Hammarqvist@gmail.com
date Sat, 07 Apr 2012 10:00:56 +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