Mercurial > hg > aimc
annotate src/IHC.cpp @ 496:5a5fc3a6051b carfac_cpp
* 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 | 3673e3e67bab |
children | 83cd5bbf2a3e |
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@483 | 4 // TODO stuff! |
Ulf@477 | 5 } |
Ulf@477 | 6 |
Ulf@477 | 7 IHC_coefficients::~IHC_coefficients() { |
Ulf@483 | 8 // TODO Auto-generated destructor stub |
Ulf@477 | 9 } |