view branches/carfac_cpp/unittest/unit_conversion_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 "unit_conversion.h"
#include "gtest/gtest.h"

// Do tests here
TEST(ERBHz, Stub) {
}