annotate 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
rev   line source
Ulf@477 1 /*
Ulf@477 2 * CAR.cpp
Ulf@477 3 *
Ulf@477 4 * Created on: 24 mar 2012
Ulf@477 5 * Author: ulha
Ulf@477 6 */
Ulf@477 7
Ulf@477 8 #include "CAR.h"
Ulf@477 9 #include "CARFAC_common_typedefs.h"
Ulf@477 10
Ulf@477 11 CAR_parameters::CAR_parameters() {
Ulf@477 12 // Default arguments goes here
Ulf@477 13 }
Ulf@477 14
Ulf@477 15 CAR_parameters::~CAR_parameters() {
Ulf@477 16 // TODO Auto-generated destructor stub
Ulf@477 17 }
Ulf@477 18
Ulf@477 19 // -- //
Ulf@477 20
Ulf@477 21 CAR_coefficients::CAR_coefficients(CAR_parameters CAR_params, float fs, FloatArray pole_freqs) {
Ulf@477 22 // TODO Auto-generated constructor stub
Ulf@477 23 }
Ulf@477 24
Ulf@477 25 CAR_coefficients::~CAR_coefficients() {
Ulf@477 26 // TODO Auto-generated destructor stub
Ulf@477 27 }