Mercurial > hg > aimc
comparison src/CAR.cpp @ 480:5def66bf228f carfac_cpp
(none)
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 17:20:06 +0000 |
parents | 83e813152671 |
children | 3673e3e67bab |
comparison
equal
deleted
inserted
replaced
479:7eba2f13aa13 | 480:5def66bf228f |
---|---|
1 #include "CAR.h" | 1 #include "CAR.h" |
2 #include "CARFAC_common_typedefs.h" | 2 #include "CARFAC_common_typedefs.h" |
3 | 3 |
4 CAR_parameters::CAR_parameters() { | |
5 // Default arguments goes here | |
6 } | |
7 | |
8 CAR_parameters::~CAR_parameters() { | |
9 // TODO Auto-generated destructor stub | |
10 } | |
11 | |
12 // -- // | |
13 | |
14 CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs, FloatArray pole_freqs) { | 4 CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs, FloatArray pole_freqs) { |
15 // TODO Auto-generated constructor stub | 5 // TODO stuff goes here |
16 } | 6 } |
17 | 7 |
18 CAR_coefficients::~CAR_coefficients() { | 8 CAR_coefficients::~CAR_coefficients() { |
19 // TODO Auto-generated destructor stub | 9 // TODO Auto-generated destructor stub |
20 } | 10 } |