Mercurial > hg > aimc
view branches/carfac_cpp/src/CAR.cpp @ 545:e63fbe19b255
stubbed some more, and tidying
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Sat, 31 Mar 2012 17:24:08 +0000 |
parents | c666e8e0696a |
children | cffa9e98eb45 |
line wrap: on
line source
#include "CAR.h" #include "CARFAC_common.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 }