Mercurial > hg > aimc
diff 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 |
line wrap: on
line diff
--- a/src/CAR.cpp Wed Mar 28 07:12:22 2012 +0000 +++ b/src/CAR.cpp Wed Mar 28 16:08:11 2012 +0000 @@ -1,10 +1,3 @@ -/* - * CAR.cpp - * - * Created on: 24 mar 2012 - * Author: ulha - */ - #include "CAR.h" #include "CARFAC_common_typedefs.h" @@ -18,7 +11,7 @@ // -- // -CAR_coefficients::CAR_coefficients(CAR_parameters CAR_params, float fs, FloatArray pole_freqs) { +CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs, FloatArray pole_freqs) { // TODO Auto-generated constructor stub }