Mercurial > hg > aimc
comparison src/CAR.cpp @ 477:c03e8ead1862 carfac_cpp
Skeleton draft of CARFAC classes.
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 07:12:22 +0000 |
parents | |
children | 83e813152671 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 477:c03e8ead1862 |
---|---|
1 /* | |
2 * CAR.cpp | |
3 * | |
4 * Created on: 24 mar 2012 | |
5 * Author: ulha | |
6 */ | |
7 | |
8 #include "CAR.h" | |
9 #include "CARFAC_common_typedefs.h" | |
10 | |
11 CAR_parameters::CAR_parameters() { | |
12 // Default arguments goes here | |
13 } | |
14 | |
15 CAR_parameters::~CAR_parameters() { | |
16 // TODO Auto-generated destructor stub | |
17 } | |
18 | |
19 // -- // | |
20 | |
21 CAR_coefficients::CAR_coefficients(CAR_parameters CAR_params, float fs, FloatArray pole_freqs) { | |
22 // TODO Auto-generated constructor stub | |
23 } | |
24 | |
25 CAR_coefficients::~CAR_coefficients() { | |
26 // TODO Auto-generated destructor stub | |
27 } |