Mercurial > hg > aimc
annotate src/CAR.cpp @ 482:ea17c0e4e740 carfac_cpp
(none)
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 20:26:15 +0000 |
parents | 5def66bf228f |
children | 3673e3e67bab |
rev | line source |
---|---|
Ulf@477 | 1 #include "CAR.h" |
Ulf@477 | 2 #include "CARFAC_common_typedefs.h" |
Ulf@477 | 3 |
Ulf@478 | 4 CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs, FloatArray pole_freqs) { |
Ulf@480 | 5 // TODO stuff goes here |
Ulf@477 | 6 } |
Ulf@477 | 7 |
Ulf@477 | 8 CAR_coefficients::~CAR_coefficients() { |
Ulf@477 | 9 // TODO Auto-generated destructor stub |
Ulf@477 | 10 } |