Mercurial > hg > aimc
annotate src/CAR.cpp @ 484:715fc47a965e carfac_cpp
stubbed some more, and tidying
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Sat, 31 Mar 2012 17:24:08 +0000 |
parents | 3673e3e67bab |
children | c6bd1d58e72e |
rev | line source |
---|---|
Ulf@477 | 1 #include "CAR.h" |
Ulf@484 | 2 #include "CARFAC_common.h" |
Ulf@477 | 3 |
Ulf@484 | 4 CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs, |
Ulf@484 | 5 FloatArray pole_freqs){ |
Ulf@483 | 6 // TODO stuff goes here |
Ulf@477 | 7 } |
Ulf@477 | 8 |
Ulf@484 | 9 CAR_coefficients::~CAR_coefficients(){ |
Ulf@483 | 10 // TODO Auto-generated destructor stub |
Ulf@477 | 11 } |