Mercurial > hg > aimc
view src/CARFAC_common.h @ 494:24828350536a carfac_cpp
Fixed the ERB_Hz default parameter bug also in c++
Introduced FloatMatrix to build on the concept of FloatArray typedef
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Sun, 08 Apr 2012 19:40:13 +0000 |
parents | 715fc47a965e |
children |
line wrap: on
line source
#ifndef CARFAC_COMMON_TYPEDEFS_H_ #define CARFAC_COMMON_TYPEDEFS_H_ #include <vector> typedef std::vector<float> FloatArray; typedef std::vector<FloatArray> FloatMatrix; const double kPi = 3.1415926; #endif /* CARFAC_COMMON_TYPEDEFS_H_ */