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