annotate branches/carfac_cpp/src/IHC.cpp @ 575:f56d2eedd878

- Remove oscpack support until it works everywhere.
author tom@acousticscale.org
date Tue, 10 Jul 2012 07:39:24 +0000
parents 9c4c3675c3f8
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 }