Mercurial > hg > aimc
comparison src/Modules/NAP/ModuleHCL.cc @ 11:bd370910aa05
-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 | fcbf85ce59fb |
children | b4cafba48e9d |
comparison
equal
deleted
inserted
replaced
10:d54efba7f09b | 11:bd370910aa05 |
---|---|
18 | 18 |
19 /*! | 19 /*! |
20 * \file | 20 * \file |
21 * \brief Halfwave rectification, compression and lowpass filtering. | 21 * \brief Halfwave rectification, compression and lowpass filtering. |
22 * | 22 * |
23 * \author Tom Walters <tcw24@cam.ac.uk> | 23 * \author Thomas Walters <tom@acousticscale.org> |
24 * \date created 2007/03/07 | 24 * \date created 2007/03/07 |
25 * \version \$Id: ModuleHCL.cc 4 2010-02-03 18:44:58Z tcw $ | 25 * \version \$Id: ModuleHCL.cc 4 2010-02-03 18:44:58Z tcw $ |
26 */ | 26 */ |
27 | 27 |
28 #include <math.h> | 28 #include <math.h> |