Mercurial > hg > aimc
comparison src/Support/ERBTools.h @ 15:b4cafba48e9d
-<math.h> replaced wit <cmath> where possible
-SSI support added but not yet tested
author | tomwalters |
---|---|
date | Fri, 19 Feb 2010 15:19:27 +0000 |
parents | bd370910aa05 |
children | 491b1b1d1dc5 |
comparison
equal
deleted
inserted
replaced
14:ba2f7596d1a2 | 15:b4cafba48e9d |
---|---|
26 */ | 26 */ |
27 | 27 |
28 #ifndef AIMC_SUPPORT_ERBTOOLS_H_ | 28 #ifndef AIMC_SUPPORT_ERBTOOLS_H_ |
29 #define AIMC_SUPPORT_ERBTOOLS_H_ | 29 #define AIMC_SUPPORT_ERBTOOLS_H_ |
30 | 30 |
31 #include <math.h> | 31 #include <cmath> |
32 | 32 |
33 namespace aimc { | 33 namespace aimc { |
34 class ERBTools { | 34 class ERBTools { |
35 public: | 35 public: |
36 static float Freq2ERB(float freq) { | 36 static float Freq2ERB(float freq) { |