view branches/carfac_cpp/src/IHC.cpp @ 557:0fde611fcd10

* SUGGESTED re-factor of the FIR_coeffs calls (old code remains in commented out form for easy comparison). * Minor changes to CARFAC and IHC corresponding to MATLAB refactoring
author Ulf.Hammarqvist@gmail.com
date Mon, 09 Apr 2012 09:43:02 +0000
parents c666e8e0696a
children 9c4c3675c3f8
line wrap: on
line source
#include "IHC.h"

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

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