Mercurial > hg > aimc
diff branches/carfac_cpp/include/CAR.h @ 590:057946a60b91
(none)
| author | Ulf.Hammarqvist@gmail.com |
|---|---|
| date | Thu, 11 Oct 2012 21:40:17 +0000 |
| parents | f3dde307f4b8 |
| children |
line wrap: on
line diff
--- a/branches/carfac_cpp/include/CAR.h Thu Oct 11 21:33:57 2012 +0000 +++ b/branches/carfac_cpp/include/CAR.h Thu Oct 11 21:40:17 2012 +0000 @@ -27,7 +27,8 @@ class CAR_coefficients{ public: - CAR_coefficients(CAR_parameters*, float, FloatArray); + CAR_coefficients(CAR_parameters* car_params_p, float fs, + FloatArray pole_freqs); FloatArray r1_coeffs_; FloatArray a0_coeffs_;
