annotate src/CARFAC_common_typedefs.h @ 477:c03e8ead1862 carfac_cpp

Skeleton draft of CARFAC classes.
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 07:12:22 +0000
parents
children 83e813152671
rev   line source
Ulf@477 1 /*
Ulf@477 2 * CARFAC_common_typedefs.h
Ulf@477 3 *
Ulf@477 4 * Created on: 25 mar 2012
Ulf@477 5 * Author: ulha
Ulf@477 6 */
Ulf@477 7
Ulf@477 8 #ifndef CARFAC_COMMON_TYPEDEFS_H_
Ulf@477 9 #define CARFAC_COMMON_TYPEDEFS_H_
Ulf@477 10
Ulf@477 11 #include <vector>
Ulf@477 12
Ulf@477 13 typedef std::vector<float> FloatArray;
Ulf@477 14
Ulf@477 15 #define DEFAULT_ERB_break_freq 228.833
Ulf@477 16 #define DEFAULT_ERB_Q 9.2645
Ulf@477 17
Ulf@477 18 #define DEFAULT_FS 44100
Ulf@477 19
Ulf@477 20 #endif /* CARFAC_COMMON_TYPEDEFS_H_ */