view branches/carfac_cpp/src/CARFAC_common.h @ 557:0fde611fcd10

* SUGGESTED re-factor of the FIR_coeffs calls (old code remains in commented out form for easy comparison). * Minor changes to CARFAC and IHC corresponding to MATLAB refactoring
author Ulf.Hammarqvist@gmail.com
date Mon, 09 Apr 2012 09:43:02 +0000
parents 4de3bebec3d6
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_ */