diff xtract/libxtract.h @ 123:efb1c1ae2ba8

- reimplemented xtract_spectral_variance() xtract_spectral_skewness() and xtract_spectral_kurtosis() using correct maths - removed xtract_spectral_average_deviation()
author Jamie Bullock <jamie@postlude.co.uk>
date Wed, 30 Mar 2011 10:51:39 +0000
parents 6c5ece9cba3a
children e4f704649c50
line wrap: on
line diff
--- a/xtract/libxtract.h	Wed Mar 30 10:05:07 2011 +0000
+++ b/xtract/libxtract.h	Wed Mar 30 10:51:39 2011 +0000
@@ -68,7 +68,7 @@
   * @{
   */
 
-#define XTRACT_FEATURES 60
+#define XTRACT_FEATURES 59
     
 /** \brief Enumeration of features, elements are used as indixes to an array of pointers to feature extracton functions */
 enum xtract_features_ {
@@ -81,7 +81,7 @@
     XTRACT_SPECTRAL_MEAN,
     XTRACT_SPECTRAL_VARIANCE,
     XTRACT_SPECTRAL_STANDARD_DEVIATION,
-    XTRACT_SPECTRAL_AVERAGE_DEVIATION,
+    /*XTRACT_SPECTRAL_AVERAGE_DEVIATION, */
     XTRACT_SPECTRAL_SKEWNESS,
     XTRACT_SPECTRAL_KURTOSIS,
     XTRACT_SPECTRAL_CENTROID,