log

age author description
Mon, 22 Feb 2010 18:17:14 +0000 tomwalters - Added scripts directory with a few basic scripts for testing modules and interfacting with matlab
Mon, 22 Feb 2010 18:10:55 +0000 tomwalters -Added necessary header files for linux build
Mon, 22 Feb 2010 17:51:27 +0000 tomwalters -Added a module to scale output values by the channel centre frequency
Mon, 22 Feb 2010 12:45:05 +0000 tomwalters -Removed extraneous debug logging
Mon, 22 Feb 2010 12:42:47 +0000 tomwalters -Moved scripts to new scripts dir
Sat, 20 Feb 2010 21:03:57 +0000 tomwalters -Added basic support for unit tests using gtest
Sat, 20 Feb 2010 17:56:40 +0000 tomwalters -Updated the Slaney IIR gammatone to use a cascase of four second-order filters as per the implementtion in Slaney's auditory toolbox. This is more numerically stable at high sample rates and low centre frequencies.
Fri, 19 Feb 2010 15:19:27 +0000 tomwalters -<math.h> replaced wit <cmath> where possible
Fri, 19 Feb 2010 14:19:32 +0000 tomwalters -Added a couple of scripts to run cpplint.py on everything (apart from 3rd party imports) and to build and install the python module
Fri, 19 Feb 2010 14:17:42 +0000 tomwalters -Updated the SWIG wrapper to include all the modules. Now employing a lazier strategy for the SWIG interface file.
Fri, 19 Feb 2010 13:07:54 +0000 tomwalters -Profile module for taking slices of an SAI or SSI (or anything else for that matter)
Fri, 19 Feb 2010 12:15:56 +0000 tomwalters -Added modules template
Fri, 19 Feb 2010 09:11:23 +0000 tomwalters - Updated contact details and copyright lines to reflect actual copyright ownership
Fri, 19 Feb 2010 08:51:51 +0000 tomwalters - Renamed DeleteTarget and DeleteAllTargets to RemoveTarget and RemoveAllTargets in Module class
Thu, 18 Feb 2010 21:12:41 +0000 tomwalters - Lots of changes to make cpplint happy. It still complains about header guards, but that's pretty much it now.