diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-08 15:31:40 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-08 15:31:40 +0000 |
commit | 9bcdb2f6cb48da938975f618e36ebd54f67766cb (patch) | |
tree | 77df7ce218d046107be383e5cca45e979eee362e /xtract/libxtract.h | |
parent | 2260b6a200016010fa9704dd3024d2c28b4fee74 (diff) | |
download | LibXtract-9bcdb2f6cb48da938975f618e36ebd54f67766cb.tar.gz LibXtract-9bcdb2f6cb48da938975f618e36ebd54f67766cb.tar.bz2 LibXtract-9bcdb2f6cb48da938975f618e36ebd54f67766cb.zip |
Added spectral centroid
Diffstat (limited to 'xtract/libxtract.h')
-rw-r--r-- | xtract/libxtract.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xtract/libxtract.h b/xtract/libxtract.h index f1da9c1..c9e43d2 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -38,7 +38,7 @@ extern "C" { #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 @@ enum features_ { AVERAGE_DEVIATION, SKEWNESS, KURTOSIS, + CENTROID, IRREGULARITY_K, IRREGULARITY_J, TRISTIMULUS_1, |