Mercurial > hg > aimc
diff src/IHC.h @ 480:5def66bf228f carfac_cpp
(none)
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 17:20:06 +0000 |
parents | 7eba2f13aa13 |
children | cad69634b411 |
line wrap: on
line diff
--- a/src/IHC.h Wed Mar 28 16:44:46 2012 +0000 +++ b/src/IHC.h Wed Mar 28 17:20:06 2012 +0000 @@ -4,8 +4,15 @@ // not sure how to best deal with the "three style" IHC - ulha class IHC_parameters { public: - IHC_parameters(); - virtual ~IHC_parameters(); + IHC_parameters() + { + tau_lpf = 0.000080; + tau1_out = 0.020; + tau1_in = 0.020; + tau2_out = 0.005; + tau2_in = 0.005; + } + virtual ~IHC_parameters(){} float tau_lpf; float tau1_out;