comparison src/CAR.cpp @ 484:715fc47a965e carfac_cpp

stubbed some more, and tidying
author Ulf.Hammarqvist@gmail.com
date Sat, 31 Mar 2012 17:24:08 +0000
parents 3673e3e67bab
children c6bd1d58e72e
comparison
equal deleted inserted replaced
483:3673e3e67bab 484:715fc47a965e
1 #include "CAR.h" 1 #include "CAR.h"
2 #include "CARFAC_common_typedefs.h" 2 #include "CARFAC_common.h"
3 3
4 CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs, FloatArray pole_freqs) 4 CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs,
5 { 5 FloatArray pole_freqs){
6 // TODO stuff goes here 6 // TODO stuff goes here
7 } 7 }
8 8
9 CAR_coefficients::~CAR_coefficients() 9 CAR_coefficients::~CAR_coefficients(){
10 {
11 // TODO Auto-generated destructor stub 10 // TODO Auto-generated destructor stub
12 } 11 }