annotate branches/carfac_cpp/src/IHC.cpp @ 572:dfb6323af415

Example config for OSC
author tomwalters@google.com
date Fri, 22 Jun 2012 12:27:44 +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 }