Mercurial > hg > aimc
annotate src/IHC.cpp @ 482:ea17c0e4e740 carfac_cpp
(none)
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 20:26:15 +0000 |
parents | cad69634b411 |
children | 3673e3e67bab |
rev | line source |
---|---|
Ulf@477 | 1 #include "IHC.h" |
Ulf@477 | 2 |
Ulf@481 | 3 IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params, float fs, int n_ch){ |
Ulf@481 | 4 // TODO stuff! |
Ulf@477 | 5 } |
Ulf@477 | 6 |
Ulf@477 | 7 IHC_coefficients::~IHC_coefficients() { |
Ulf@477 | 8 // TODO Auto-generated destructor stub |
Ulf@477 | 9 } |