Mercurial > hg > aimc
comparison src/IHC.h @ 479:7eba2f13aa13 carfac_cpp
stubilub lolipop
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 16:44:46 +0000 |
parents | 83e813152671 |
children | 5def66bf228f |
comparison
equal
deleted
inserted
replaced
478:83e813152671 | 479:7eba2f13aa13 |
---|---|
1 #ifndef IHC_H_ | 1 #ifndef IHC_H_ |
2 #define IHC_H_ | 2 #define IHC_H_ |
3 | 3 |
4 // not sure how to best deal with the "three style" IHC - ulha | |
4 class IHC_parameters { | 5 class IHC_parameters { |
5 public: | 6 public: |
6 IHC_parameters(); | 7 IHC_parameters(); |
7 virtual ~IHC_parameters(); | 8 virtual ~IHC_parameters(); |
9 | |
10 float tau_lpf; | |
11 float tau1_out; | |
12 float tau1_in; | |
13 float tau2_out; | |
14 float tau2_in; | |
8 }; | 15 }; |
9 | 16 |
10 class IHC_coefficients { | 17 class IHC_coefficients { |
11 public: | 18 public: |
12 IHC_coefficients(); | 19 IHC_coefficients(); |