Mercurial > hg > aimc
view wiki/Design.wiki @ 283:ef14c9f2c1d2
-Added modules template
-Changed header guard style to be more consistent with the Google style guide
-Added Doyxfile to generate doxygen documentation
-Added structure diagram
-Updated swig script to reflect new modules
-Changes Gaussians back to using floats and changed tolerance on tests - doubles are unnecessary here
author | tomwalters |
---|---|
date | Fri, 19 Feb 2010 12:15:56 +0000 |
parents | 2147f317aedc |
children |
line wrap: on
line source
#summary AIM-C design document #labels Phase-Design = Requirements = * Accurate implementation of various key parts of the Auditory Image Model: ** Filterbanks: Gammatone, dcGC, PZFC ** NAP: HCL, 2DAT ** Strobes: sf1992 and sf2003 main algorithms ** SAI: ti2003 algorithm ** Features: Gaussian features * Fast. AIM-C should be as fast as possible at processing audio * 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.