view 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
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
}