Mercurial > hg > aimc
view src/IHC.cpp @ 487:d56da20c09ae carfac_cpp
Implemented all but g0 initialisation in CAR class
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Sat, 07 Apr 2012 09:35:10 +0000 |
parents | 3673e3e67bab |
children | 83cd5bbf2a3e |
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 }