Mercurial > hg > aimc
view branches/carfac_cpp/unittest/Ear_unittest.cpp @ 678:7f424c1a8b78
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).
author | alexbrandmeyer |
---|---|
date | Mon, 27 May 2013 16:36:54 +0000 |
parents | d59c0d65624b |
children |
line wrap: on
line source
#include "CARFAC_common.h" #include "Ear.h" #include "gtest/gtest.h" // Do tests here TEST(EarDesignTest, Stub) { }