view branches/carfac_cpp/src/CAR.cpp @ 542:5f1f55b23301

(none)
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 20:24:28 +0000
parents da49bc37a6dd
children c666e8e0696a
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
}