log

age author description
Fri, 31 May 2013 21:46:48 +0000 ronw Initial translation of SAI code to C++.
Wed, 29 May 2013 20:33:06 +0000 ronw Delete CARFAC::Run to tighten up the interface.
Wed, 29 May 2013 15:37:28 +0000 alexbrandmeyer More small style revisions to C++ CARFAC, adjusted struct member variable naming, header guards and #include structure.
Tue, 28 May 2013 17:54:18 +0000 ronw Update build to work with older versions of gcc (4.6).
Tue, 28 May 2013 16:12:07 +0000 ronw Delete obsolete comment.
Tue, 28 May 2013 15:54:54 +0000 alexbrandmeyer Sixth revision of Alex Brandmeyer's C++ implementation. Only small changes in response to Lyon's comments from r285. Note: I tried to use a consistent indentation with two spaces, but also preserving parenthetical structure to make reading the longer equations easier. Please advise if this is OK. Additional documentation and tests with non-standard parameter sets will be added in a subsequent revision.
Mon, 27 May 2013 16:36:54 +0000 alexbrandmeyer Fifth revision of Alex Brandmeyer's C++ implementation of CARFAC. Moved output structure to deque<vector<FloatArray>, moved coefficient Design methods to CARFAC object, moved tests into carfac_test.cc. Verified binaural output against Matlab using two tests. Added CARFAC_Compare_CPP_Test_Data to plot NAP output of C++ version against Matlab version. Verified build and test success on OS X using SCons with g++ 4.7 (std=c++11).