Mercurial > hg > aimc
annotate branches/carfac_cpp/src/IHC.cpp @ 564:9c4c3675c3f8
* Added class Ear, and moved the CARFAC members AGC CAR IHC into Ear. CARFAC now holds an array of Ear. TBD what is best.
* Moved the files around, and introduced a makefile that builds unittests using GTest. (Note, GTest path is configured in makefile atm.).
- two moronic tests implemented. :)
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Sun, 20 May 2012 22:36:47 +0000 |
parents | c666e8e0696a |
children | f3dde307f4b8 |
rev | line source |
---|---|
Ulf@538 | 1 #include "IHC.h" |
Ulf@538 | 2 |
Ulf@564 | 3 IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params_p, float fs, int n_ch){ |
Ulf@544 | 4 // TODO stuff! |
Ulf@538 | 5 } |
Ulf@538 | 6 |
Ulf@538 | 7 IHC_coefficients::~IHC_coefficients() { |
Ulf@544 | 8 // TODO Auto-generated destructor stub |
Ulf@538 | 9 } |