Mercurial > hg > aimc
annotate src/CAR.cpp @ 483:3673e3e67bab carfac_cpp
style
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Thu, 29 Mar 2012 19:43:36 +0000 |
parents | 5def66bf228f |
children | 715fc47a965e |
rev | line source |
---|---|
Ulf@477 | 1 #include "CAR.h" |
Ulf@477 | 2 #include "CARFAC_common_typedefs.h" |
Ulf@477 | 3 |
Ulf@483 | 4 CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs, FloatArray pole_freqs) |
Ulf@483 | 5 { |
Ulf@483 | 6 // TODO stuff goes here |
Ulf@477 | 7 } |
Ulf@477 | 8 |
Ulf@483 | 9 CAR_coefficients::~CAR_coefficients() |
Ulf@483 | 10 { |
Ulf@483 | 11 // TODO Auto-generated destructor stub |
Ulf@477 | 12 } |