Ulf@477: #include "CAR.h" Ulf@477: #include "CARFAC_common_typedefs.h" Ulf@477: Ulf@478: CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs, FloatArray pole_freqs) { Ulf@480: // TODO stuff goes here Ulf@477: } Ulf@477: Ulf@477: CAR_coefficients::~CAR_coefficients() { Ulf@477: // TODO Auto-generated destructor stub Ulf@477: }