comparison src/IHC.cpp @ 481:cad69634b411 carfac_cpp

(none)
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 20:24:28 +0000
parents 5def66bf228f
children 3673e3e67bab
comparison
equal deleted inserted replaced
480:5def66bf228f 481:cad69634b411
1 #include "IHC.h" 1 #include "IHC.h"
2 2
3 IHC_coefficients::IHC_coefficients() { 3 IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params, float fs, int n_ch){
4 // TODO Auto-generated constructor stub 4 // TODO stuff!
5
6 } 5 }
7 6
8 IHC_coefficients::~IHC_coefficients() { 7 IHC_coefficients::~IHC_coefficients() {
9 // TODO Auto-generated destructor stub 8 // TODO Auto-generated destructor stub
10 } 9 }