Mercurial > hg > aimc
diff branches/carfac_cpp/src/CAR.cpp @ 538:81b01c88a257
Skeleton draft of CARFAC classes.
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 07:12:22 +0000 |
parents | |
children | 750075ee8e3a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/branches/carfac_cpp/src/CAR.cpp Wed Mar 28 07:12:22 2012 +0000 @@ -0,0 +1,27 @@ +/* + * CAR.cpp + * + * Created on: 24 mar 2012 + * Author: ulha + */ + +#include "CAR.h" +#include "CARFAC_common_typedefs.h" + +CAR_parameters::CAR_parameters() { + // Default arguments goes here +} + +CAR_parameters::~CAR_parameters() { + // TODO Auto-generated destructor stub +} + +// -- // + +CAR_coefficients::CAR_coefficients(CAR_parameters CAR_params, float fs, FloatArray pole_freqs) { + // TODO Auto-generated constructor stub +} + +CAR_coefficients::~CAR_coefficients() { + // TODO Auto-generated destructor stub +}