Mercurial > hg > aimc
view branches/carfac_cpp/src/CAR.cpp @ 546:e5ae2ed4249c
(none)
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Sat, 31 Mar 2012 17:36:22 +0000 |
parents | e63fbe19b255 |
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 }