Mercurial > hg > aimc
view src/CAR.cpp @ 480:5def66bf228f carfac_cpp
(none)
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 17:20:06 +0000 |
parents | 83e813152671 |
children | 3673e3e67bab |
line wrap: on
line source
#include "CAR.h" #include "CARFAC_common_typedefs.h" CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs, FloatArray pole_freqs) { // TODO stuff goes here } CAR_coefficients::~CAR_coefficients() { // TODO Auto-generated destructor stub }