diff xtract/libxtract.h @ 11:81eb5810a301

Added spectral centroid
author Jamie Bullock <jamie@postlude.co.uk>
date Sun, 08 Oct 2006 15:31:40 +0000
parents 90b3a3a25d99
children 1aec087ddfca
line wrap: on
line diff
--- a/xtract/libxtract.h	Sun Oct 08 15:05:02 2006 +0000
+++ b/xtract/libxtract.h	Sun Oct 08 15:31:40 2006 +0000
@@ -38,7 +38,7 @@
 #include "xtract_types.h"
 #include "xtract_macros.h"
 
-#define XTRACT_FEATURES 42
+#define XTRACT_FEATURES 43
 #define LOG_LIMIT 10e-10
 #define VERY_BIG_NUMBER 2e10
 #define SR_LIMIT 192000
@@ -52,6 +52,7 @@
     AVERAGE_DEVIATION,
     SKEWNESS,
     KURTOSIS,
+	CENTROID,
     IRREGULARITY_K,
     IRREGULARITY_J,
     TRISTIMULUS_1,