annotate wiki/Design.wiki @ 281:41ea31faf90c

- Renamed DeleteTarget and DeleteAllTargets to RemoveTarget and RemoveAllTargets in Module class - Added a load of documentation
author tomwalters
date Fri, 19 Feb 2010 08:51: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