Mercurial > hg > aimc
comparison src/CARFAC_common_typedefs.h @ 480:5def66bf228f carfac_cpp
(none)
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 17:20:06 +0000 |
parents | 7eba2f13aa13 |
children | 3673e3e67bab |
comparison
equal
deleted
inserted
replaced
479:7eba2f13aa13 | 480:5def66bf228f |
---|---|
3 | 3 |
4 #include <vector> | 4 #include <vector> |
5 | 5 |
6 typedef std::vector<float> FloatArray; | 6 typedef std::vector<float> FloatArray; |
7 | 7 |
8 #define DEFAULT_ERB_break_freq 165.3 | 8 const double DEFAULT_ERB_break_freq = 165.3; |
9 #define DEFAULT_ERB_Q 1000/(24.7*4.37) | 9 const double DEFAULT_ERB_Q = 1000/(24.7*4.37); |
10 #define DEFAULT_FS 22050 | 10 const double DEFAULT_FS = 22050; |
11 | |
12 const double PI = 3.1415926; | |
11 | 13 |
12 #endif /* CARFAC_COMMON_TYPEDEFS_H_ */ | 14 #endif /* CARFAC_COMMON_TYPEDEFS_H_ */ |