Mercurial > hg > aimc
log
age | author | description |
---|---|---|
Thu, 23 May 2013 16:56:38 +0000 | ronw | Remove dependency on google logging library in favor of simple asserts. |
Thu, 23 May 2013 04:28:43 +0000 | dicklyon | Just update AGC param generation. |
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. |