annotate trunk/scripts/build_python_module.sh @ 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 e344ef4898b2
children
rev   line source
tomwalters@290 1 #!/bin/bash
tomwalters@290 2 cd swig
tomwalters@290 3 python setup.py "build_ext"
tomwalters@290 4 python setup.py install
tomwalters@290 5 cd ..