log

age author description
Wed, 22 May 2013 21:30:02 +0000 alexbrandmeyer Fourth revision of Alex Brandmeyer's C++ implementation. Fixed more style issues, changed AGC structures to vectors, replaced FloatArray2d with vector<FloatArray>, implemented first tests using GTest to verify coefficients and monaural output against Matlab values (stored in aimc/carfac/test_data/). To run tests, change the path stored in carfac_test.h in TEST_SRC_DIR. Added CARFAC_GenerateTestData to the Matlab branch, fixed stage indexing in CARFAC_Cross_Couple.m to reflect changes in AGCCoeffs and AGCState structs.
Tue, 21 May 2013 21:48:34 +0000 ronw Add support for building the main test file using scons, linking in gtest.
Tue, 21 May 2013 20:06:21 +0000 ronw Build C++ CARFAC using scons.
Tue, 21 May 2013 04:24:05 +0000 dicklyon Turn the AGC coeffs inside out: array of structs instead of a struct of little arrays.
Thu, 18 Jul 2013 20:56:51 +0000 ronw Delete CARFAC code from this repository.
Tue, 16 Jul 2013 19:56:16 +0000 ronw Make the C++ SAI match the Matlab implementation.
Tue, 16 Jul 2013 19:56:11 +0000 ronw Small cleanup of eigen usage in SAI implementation.
Mon, 01 Jul 2013 19:02:37 +0000 ronw Better SAI unit tests.
Mon, 01 Jul 2013 19:02:32 +0000 ronw Factor out common test utility functions and clean up carfac_test.
Mon, 01 Jul 2013 19:02:28 +0000 ronw Build carfac and sai tests as independent programs.
Thu, 27 Jun 2013 22:28:42 +0000 ronw Factor out SAI_Run_Segment, and output test_data for comparison with C++ code.
Thu, 27 Jun 2013 22:28:34 +0000 ronw Match precision of C++ test output to that in the Matlab code.
Thu, 27 Jun 2013 20:48:27 +0000 ronw Unify naming scheme for test data and clean up code that generates it.
Thu, 27 Jun 2013 20:47:02 +0000 ronw Move design of SAI out of SAI_Run.m
Thu, 27 Jun 2013 15:30:46 +0000 ronw Rename variables to be consistent with the rest of the library.