view branches/carfac_cpp/src/IHC.cpp @ 566:69c95fbc3634

* CARFAC_unittest.cpp oops, did not compile. fixed
author Ulf.Hammarqvist@gmail.com
date Fri, 25 May 2012 11:34:55 +0000
parents 9c4c3675c3f8
children f3dde307f4b8
line wrap: on
line source
#include "IHC.h"

IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params_p, float fs, int n_ch){
  // TODO stuff!
}

IHC_coefficients::~IHC_coefficients() {
  // TODO Auto-generated destructor stub
}